Re: Wicket and custom URL handling

2013-05-30 Thread Francois Meillet
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
 



Re: Wicket and custom URL handling

2013-05-30 Thread Martin Grigorov
Hi,

Check chapter 8.6 in https://code.google.com/p/wicket-guide/


On Thu, May 30, 2013 at 9:59 PM, Francois Meillet 
francois.meil...@gmail.com wrote:

 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