Hallo,
which encoding strategy should one use if one would like to achieve this:

http://somesite/somepath/user1/products --> mounted on ProductsPage.class
http://somesite/somepath/user1/profile --> mounted on ProfilePage.class

http://somesite/somepath/user2/products --> mounted on ProductsPage.class
http://somesite/somepath/user2/profile --> mounted on ProfilePage.class

on ProductsPage.class and ProfilePage.class you know which user acesses the page.

Thank you for any hints.

Vit

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to