On Fri, 10 May 2002, Nelson, Laird wrote:
>
> You can't use the servlet path ("/tiles") in an action mapping. Action
> mappings out of the box only use path info.
>
Actually, there is a standard action that would let you simulate this:
<action path="/tiles"
type="org.apache.struts.actions.ForwardAction"
parameters="/path/to/tiles/servlet"/>
Now, a request to "/tiles.do" (if you're using extension mapping for the
controller servlet) will get forwarded to your servlet.
> Cheers,
> Laird
>
Craig
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>