Hello, I am trying to configure Struts with multiple modules. I have got most of it working but I am stuck up at one point.
When the action classes forward to a JSP page, everything works ok. But I get a 404 error if the action forwards to another action. <action path="/list" .........> <forward name="edit" path="/edit.do"> </action> Has anyone got the above case working with multiple modules ? If yes, could you please send me the sample working config file ? I also tried giving the modulename prefix but I got a 400 error :-( <action path="/list" .........> <forward name="edit" path="/modulename/edit.do"> </action> Any help is a blessing. Ajay --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]