I must be missing something here...I have a form bean and an action. When the action is invoked, the bean gets instantiated and I see it's validate method get called. So far, so good. When the action method ends and forwards to the actual JSP page that will display the form, the form bean gets re-instantiated, losing all the changes that I made to it in the action method. It seems like it should all be in the same request, since the action forward happens at the server side, not back at the browser.
Any help will be greatly appreciated. Thanks, Bryan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

