Benedict, Paul C wrote the following on 5/12/2005 3:25 PM:
My biggest problem with session based forms is that, without a special
mechanism, it prevents multiple instances of a form from being edited at
once within a session.
Not really, because I can just call form.reset() (or assign the formBean instance to brand new ActionForm) in the Action that I go to before I forward on to capture the user input.
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]