I've looked to HybridUrlCodingStrategy this is not what I expected.
Using HybridUrlCodingStrategy I can do /blog/param1/value1/param2/value2
which is:
1. I can use it to bind mount(new HybridUrlCodingStrategy("blog",
 Blog.class)) and call url /blog and without no parameter defined, that is
OK
2. How can we address another "blog" for BlogDetails.class,
BlogCategory.class, BlogCategoryDetails.class ?

Anyone can help me?

On Wed, Jul 29, 2009 at 9:34 PM, Mathias Nilsson <
[email protected]> wrote:

>
> take a look at HybridUrlCodingStrategy
> --
> View this message in context:
> http://www.nabble.com/Fancy-URL-tp24715302p24720044.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to