Wicket and custom URL handling

2013-05-30 Thread Martin Sachs
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

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

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

Re: Custom URL Handling

2009-04-20 Thread Erik van Oosten
HybridUrlCodingStrategy for the common pages of my current app, however I am now beginning to implement a section which has slightly different requirements for the URL and while I have some idea about where I can start to implement this custom URL handling, I would like the advice of those more experienced

Re: Custom URL Handling

2009-04-20 Thread Matt Welch
Matt -- View this message in context: http://www.nabble.com/Custom-URL-Handling-tp23130367p23143850.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Custom URL Handling

2009-04-20 Thread Jeremy Thomerson
, but URL control is actually very important here because organization identity is vital in the domain that the app will serve. Hmmm Matt -- View this message in context: http://www.nabble.com/Custom-URL-Handling-tp23130367p23143850.html Sent from the Wicket - User mailing list archive

Re: Custom URL Handling

2009-04-20 Thread Matt Welch
. Maybe you can go down a similar route? Thanks. That's something to consider. How did you get wicket to write out the correct URL's for links though? -- View this message in context: http://www.nabble.com/Custom-URL-Handling-tp23130367p23145343.html Sent from the Wicket - User mailing list

Re: Custom URL Handling

2009-04-20 Thread Jeremy Thomerson
Wicket used the URL to determine the requested page. Maybe you can go down a similar route? Thanks. That's something to consider. How did you get wicket to write out the correct URL's for links though? -- View this message in context: http://www.nabble.com/Custom-URL-Handling

RE: Custom URL Handling

2009-04-20 Thread David Leangen
What version are you using? I'm using 1.4. Ok, then I can't really help you much. URL control is actually very important here because organization identity is vital in the domain that the app will serve. Agreed. IIUC, it may be easier in 1.4:

Custom URL Handling

2009-04-19 Thread Matthew Welch
I have been happily using HybridUrlCodingStrategy for the common pages of my current app, however I am now beginning to implement a section which has slightly different requirements for the URL and while I have some idea about where I can start to implement this custom URL handling, I would like

Re: Custom URL Handling

2009-04-19 Thread David Leangen
, Matthew Welch wrote: I have been happily using HybridUrlCodingStrategy for the common pages of my current app, however I am now beginning to implement a section which has slightly different requirements for the URL and while I have some idea about where I can start to implement this custom URL