| Author |
JSF does not call action in managed bean
|
Stefan Meier
Greenhorn
Joined: Apr 19, 2006
Posts: 23
|
|
Hi *,
I am trying to migrate a small web application to JSF. The app will run on WAS 6.1, I decided to use JSF RI 1.1.01.
I have a main JSF view from which the user can navigate to other pages. The problem is that the main JSF does not call any action on the associated managed bean as soon as I add an
element. I also tried to use value-binding
but without success. As soon as this selectOneMenu resides on the form in the view, nothing (except of a roundtrip) happens... I inserted <h:messages/> but did not get any validation errors. No output to the console or runtime errors as well...
Here are some fragments:
main.jsf
Main_Backing (Main.java)
Thanks a lot for your help!
Stefan
|
certified lunatic.
|
 |
 |
|
|
subject: JSF does not call action in managed bean
|
|
|