> >i am trying to give servletmapping for the following URL
> >http://localhost:8080/context/test/0/<struts-action>
> >
> >in the above URL '0' is going to be changed dynamically depending
on the
> >link the user select.how i can give a servlet-mapping for such type
of URL
> >for the ActionServlet.
> >
> >is this possible to do like this.
> >

You can define in struts-config.xml a "unknown" action. This one can
use ServletPath to get your '0'.

Nico.


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

Reply via email to