Hi,

Is it possible to generate struts-config.xml for modules? I've two
modules in my application handled by one DispatchAction. Unfortunately I
can't find a way to indicate that specific mapping is related to another
module.

By the way is it true that XDoclet for struts doesn't support in 100%
DispatchActions? Here I mean local forwards which are multiplied for
each action mapping. Here is code snippet

* @struts.action input=".capacityHcReport" name="weekForm"
parameter="do" path="/fetchCapacityHcReport" scope="session"
validate="false"
 * @struts.action-forward name="capacityHcReport"
path=".capacityHcReport"
 *
 * @struts.action input=".planFcst" name="weekForm" parameter="do"
path="/fetchPlanFcst" scope="session" validate="false"
 * @struts.action-forward name="planFcst" path=".planFcst"

The code generated will have two local forwards for both actions
although I wanted to have only one forward for each action

Rgs


****************************************************************************************

Note:  If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended 
recipient, you are hereby notified that any dissemination, distribution or 
copying of this communication is strictly prohibited. If you have received this 
communication in error, please notify us immediately by replying to the message 
and deleting it from your computer. Thank you.

****************************************************************************************

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

Reply via email to