This content has been marked as final.
Show 2 replies
-
1. Re: Submit form with many inputs
david.salter Mar 7, 2012 5:07 PM (in response to nt2005)1 of 1 people found this helpfulIs there an upper limit to the number of inputs on your form? If so, you could create them without rendering them and then make them visible when the previous is filled in?
Alternatively, you could use the JSF api to dynamically create inputs within your bean class.
-
2. Re: Submit form with many inputs
nt2005 Mar 15, 2012 8:33 AM (in response to nt2005)1 of 1 people found this helpfulThank you for your advice.
I now use jQuery to serialize the form and submit it to my bean and then analyse the string. Works good!