Re: Need a CodingStrategy to parse parameter from prefix

2011-03-18 Thread Bas Gooren
Yes it is, e.g. have a look at https://cwiki.apache.org/WICKET/wicket-and-localized-urls.html In your case, you would need to strip the first path parameter from the url and store it in the request for later retrieval. Bas Op 17-3-2011 23:58, Steve Mactaggart schreef: I guess I'll have a lo

Re: Need a CodingStrategy to parse parameter from prefix

2011-03-17 Thread Steve Mactaggart
I guess I'll have a look at 1.5 then. Is it at all possible with 1.4? On Thu, Mar 17, 2011 at 11:58 PM, Martin Grigorov wrote: > If you can use Wicket 1.5 (RC2) then I suggest you to take a look at > > http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/exam

Re: Need a CodingStrategy to parse parameter from prefix

2011-03-17 Thread Martin Grigorov
If you can use Wicket 1.5 (RC2) then I suggest you to take a look at http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/requestmapper/LocaleFirstMapper.java?view=markup

Need a CodingStrategy to parse parameter from prefix

2011-03-17 Thread Steve Mactaggart
Hi guys, I am porting an existing application over to wicket, and while most of it is plain sailing I have an issue where I need to be able to specify a set of pages to have a common parameter supplied "before" the mount path. An example of what I'm talking about would be: http://localhost/person