Hi,
To do that you need to register a servlet serving all URLs for
/article/* (in web.xml). This servlet extract the extra path, and do a
forward to DefinitionDispatcherAction with the appropriate definition
name as parameter. This should be easy to do.
Hope this help,
Cedric
Adam Sherman wrote:
> It would be really awesome to be able to define an action, /articles,
> that would allow links to /articles/thispage to render the tile
> "articles.thispage".
>
> I'm pretty new to Servlets, so I'm not sure how to go about
> implementing this. DefinitionDispatcherAction is setup to use a
> parameter to tell it which definition to use, switching this to guess
> from the path shouldn't be too complicated?
>
> Anybody?
>
> Thanks,
>
> A.
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>