| 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
|
 |
 |
|
|
subject: Passing hidden Input to backing bean
|
|
|