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]

Reply via email to