1. How can I retrieve the submitted values of a dynamically generated form? stackoverflow.comI 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 ... | |||||||
2. How to convert exponential value to decimal form coderanch.com | |||||||
4. how to navigate JSf form using value from h:selectOneRadio coderanch.com | |||||||
5. problem by getting values from h:form coderanch.comi'll make it short: i have this jsp with a form: 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 ... |