aspose file tools
The moose likes JSF and the fly likes JSF does not call action in managed bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF does not call action in managed bean" Watch "JSF does not call action in managed bean" New topic
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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSF does not call action in managed bean
 
Similar Threads
Setting select items programatically
populate selectOneMenu with list containing various type of object
Populated UISelect components via Database
Using disabled attribute in SelectOneMenu
How to prepopulate combo boxes on page startup