Sebastian Hennebrueder wrote the following on 1/25/2005 10:37 AM:
If you have to save the data at the end of both forms, I prefered one form and hidden fields.
Yuk, just give the form bean Session scope. Much cleaner in my opinion. Way too much of a headache to keep track of which hidden fields you need to have on the page as requirements change as the application develops. Session scoped forms make sense for situations when the user is going to have to move from page to page populating data that needs to later be handled.
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]