have a look to http://wicketinaction.com/2011/07/wicket-1-5-mounting-pages/ and 
https://cwiki.apache.org/confluence/display/WICKET/Request+mapping


François Meillet
Formation Wicket - Développement Wicket





Le 30 mai 2013 à 20:48, Martin Sachs <sachs.mar...@gmail.com> a écrit :

> Hi,
> 
> I am search for customizing the URL-Handling in wicket. There are not so
> many articles about that.
> I would like to handle all URLs starting with /east or /west with one page.
> Other possible URLs:
> - /east/services/help
> - /east/services/
> or
> - /east/services/help?param=value
> 
> Also there should be some pages, which are mounted normally /error ->
> ErrorPage.class
> 
> Also I dont want parameters like ?0 ?1 ... on the custom URLs and I
> would like to submit WicketForms to /east/services/
> 
> Which is the best approach to implement this?
> 
> Martin
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 

Reply via email to