Greetings, I have an action Page.do that gets 3 lists from a database. It then places the lists inside a bean which is set in the request. The Page.jsp iterates thru the bean to display the data.
The form is posted to the PageSubmit.do. But before the PageForm.validate() is executed. Assume that an error is found... The response is returned And this is where my bean is lost. Why? I do not want to store thr bean in the HTTP Session. TIA, Glenn.