hi,
there is an SwitchAction available with struts, which can be used to
switch bet' modules. try it....
i have't implemented though....
-- nagi
-------Original Message-------
Date: Monday, July 28,
2003 10:47:39 AM
Subject: Multiple
modules - Please help
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]
. |