This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes Passing hidden Input to backing 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 "Passing hidden Input to backing bean" Watch "Passing hidden Input to backing bean" New topic
Author

Passing hidden Input to backing bean

vishnu bola
Ranch Hand

Joined: Jun 01, 2009
Posts: 32
I have a problem passing a hiddenInput to a backing bean and need your help.



I want to pass the current userID to a managed bean property called userID.



When i print this statement i get null in my userID. Can someone help me why i am not able to pass the hiddenInput to the backing bean?

code] <managed-bean>
<managed-bean-name>manageuserscontroller</managed-bean-name>
<managed-bean-class>com.forrester.companyadmin.controller.ManageUsersController</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>

</managed-bean>[ [/code]

Thank you
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Passing hidden Input to backing bean
 
Similar Threads
setting up hashmap key in t:SelectBooleanCheckbox in a dataTable
Problem with column sort in myFaces dataTable
Component ID .... has already been found in the view with t:dataScroller.
strachable columns in jsf
Issue with passing expression to a hashmap key in a dataTable column