value « Form « JSF Q&A





1. How can I retrieve the submitted values of a dynamically generated form?    stackoverflow.com

I need to do an application that allows the final user to create his own form (drop checkboxes,inputTexts, etc) save that form and then the user can open the form and ...

5. problem by getting values from h:form    coderanch.com

i'll make it short: i have this jsp with a form:

Register for access to the TEC Solution Manager..

Enter the registration data...
...

Lastname:
Firstname:

6. Perserving form values on submit    coderanch.com

How to preserve input elements values after a submit? I looked at the tomahawk docs and it seems that t:subform can be used to preserve elements during a submit. The problem with this is that I have some plain html elements in my web application and placing a t:subform around these elements does not seem to preserve their values after a ...

7. form values not updated    coderanch.com