Hi -

I am trying to use the switching between modules feature of struts and having some problems. any help is grealty appreciated.

Here is the directory structure:
Root (has index.jsp, login.jsp, start.jsp, first.jsp, second.jsp, third.jsp etc..)
|
|-----App1 (has index.jsp, login.jsp, second.jsp, third.jsp etc..)
|
|-----App2 (has index.jsp, login.jsp, start.jsp, first.jsp etc.. )


I am trying is to reuse some of the existing jsps from the Root. For example, the jsp flow in App1 is something like: index.jsp --> login.jsp --> start.jsp (from root) --> first.jsp (from root) --> second.jsp --> third.jsp

I made changes to "forward" element in struts-config-app1.xml to go to start.jsp (Root). I want to comeback to second.jsp (in App1) after processing the first.jsp (in Root) I am not sure how proceed with struts-config.xml of the Root. Is it possible? or am I trying something that's not doable?

Thanks,
-MV

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to