I have written some screens that have to store the form bean in the session scope as each screen is interconnected and uses the same instance of the form bean. If I change the scope to request a new form bean is created for each screen (every time a jsp file is rendered). Is there a way of implementing multiple screens with the same form bean with a request scope?
Julian
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]