Try specifying
  input="/Page.do"
instead of
  input="/Page.jsp"

[EMAIL PROTECTED] wrote:

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.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to