>From the Struts user guide:
"WARNING - If you are using the new module support in Struts 1.1, you should
be aware that only extension mapping is supported."

http://jakarta.apache.org/struts/userGuide/configuration.html
Look for "5.4.2 Configure the Action Servlet Mapping" and check the warnings
at the bottom.

- Hubert

--- Craig Laverty <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I am looking for advice on how to get a struts application using the url-
> pattern /do/* to work for multiple modules.
> 
> Using the simple-modules-example I was able to get the default .do to work,
> 
> but the Ted Husted way /do/* does not.
> 
> works
> 
>     <forward   name="goToMod1"  contextRelative="true"
>                path="/mod1/showIndex.do"/>
> 
> doesn't
> 
>        <forward   name="goToMod1"  contextRelative="true"
>                path="/do/mod1/showIndex"/>
> 
> 
> This actually works, but it goes directly to a jsp and not through an
> action 
> mapping. I need it to go to an action mapping so I can setup my tiles.
> 
>   <forward   name="goToMod1_forward_calling_action"
>                path="/do/switchToMod1?prefix=/mod1&amp;page=/index.jsp"/>
> 
> Thanks in advance,
> 
> Craig.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
http://antispam.yahoo.com/tools

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

Reply via email to