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

