You can already do this, a 2 sec google search brought this up:

http://blog.xebia.com/2008/10/09/readable-url%E2%80%99s-in-wicket-an-introduction-to-wicketstuff-annotation/
http://css.dzone.com/news/wicket-creating-restful-urls

2009/10/12 Luther Baker <lutherba...@gmail.com>

> I'd like to use a RESTful URL style where the page parameters are not
> necessarily at the far right of the URL. For starters, I understand the
> basics of Indexed and/or MixedParam url mounting to convert this:
>
>        /issues/list?project=*myapp*&max=*14*
>
> to this:
>
>        /issues/list/*myapp*/*14*
>
> but what I'm looking for is something like:
>
>        /*myapp*/issues/list/*14*
>
> where "/issues/list" identifies the page and "/myapp" and "/14" are the
> parameter values. In this case, the actually mapping looks something like:
>
>        */[page]/[action]/* ==> Page
>
> Thoughts on the base way to manage this?
>
> -Luther
>

Reply via email to