I am writing my first struts app. If I have a jsp page ( with a html form )
that has a corresponding ActionForm and the Action points back to the same
jsp page, shouldn't the form now be reloaded with the values entered ? I see
that in the Action.execute method, the ActionForm is loaded with all the
values entered in the form, but when it forwards to the same jsp, now the
form is empty. I am using the html tag library to build the form. Should the
Action.execute method be setting the form values in the page context or
session context and then manually get the values back in the JSP page ? I
couldn't find an example where 

This workflow was happening:

 

x.jsp ( html form ) -->  Action --> x.jsp ( displays the form values entered
again )

 

 

Any help is appreciated.

 

 

 

Thanks

 

-- pady

[EMAIL PROTECTED]

 

 

Reply via email to