Re: Urgent help in struts MOdular approach

2004-04-19 Thread Martin Cooper
MessageIf what you mean is that you have an Action in module 'business' that needs to forward to a JSP in module 'default', then you should switch modules before forwarding. See RequestUtils.selectModule() and/or SwitchAction. -- Martin Cooper "Normanjai Singh Pauldurai" <[EMAIL PROTECTED]> wrot

Urgent help in struts MOdular approach

2004-04-16 Thread Normanjai Singh Pauldurai
Title: Message Hi all,    I've a doubt in implementing modular approach for using multiple struts-config.xml and multimple iles-defs.xml.   I've defined 2 diff. struts-config.xml in web.xml in a modular way as below: ---