Define different action mappings that both map to the same DispatchAction. Each mapping will have the appropriate input attribute which will return the user to the correct JSP page from which the validation error occurred.
robert > -----Original Message----- > From: Michael [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 04, 2002 1:15 PM > To: [EMAIL PROTECTED] > Subject: How do I share ActionForm between multiple JSPs? > > > I am using one ActionForm with two, related JSPs and a single > DispatchAction. > > What happens when validate() finds and returns errors. How does > the ActionServlet know which jsp to return to? Wouldn't this > require that multiple "input" tags be defined in servlet-conf.xml? > > Thanks > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

