RE: How do I share ActionForm between multiple JSPs?

2002-07-05 Thread Robert Taylor
[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 an

How do I share ActionForm between multiple JSPs?

2002-07-04 Thread Michael
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