Davide Gurgone wrote the following on 9/10/2004 12:22 PM:


How can you manage multiple form pages? 4 example when you have a lot of fields?
In one page is sample but hard for the user, that whant to see everything without scrolling...

In that case use multiple pages and keep the one form in session scope. Session scope makes sense for this kind of stuff. You then just foward from one JSP to the next and have your mapping set to use the same session scoped form bean. When you are finished on the last page and submit you'll have the one form bean that collected all the data across multiple pages.


--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to