Re: MixedHybridUrlCodingStrategy wanted

2009-07-13 Thread Vladimir K
commands, e-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/MixedHybridUrlCodingStrategy-wanted-tp24448528p24457097.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: MixedHybridUrlCodingStrategy wanted

2009-07-13 Thread Erik van Oosten
Hi Vladimir, You are right. Now I look at it, it is clearly more complex then I remembered. You can get my version here: http://pastie.org/543892 Regards, Erik. Vladimir K wrote: I didn't find it easy to do it myself. By easy I mean what I can accomplish within 15 mins. From the first

Re: MixedHybridUrlCodingStrategy wanted

2009-07-13 Thread Vladimir K
-mail: users-h...@wicket.apache.org -- View this message in context: http://www.nabble.com/MixedHybridUrlCodingStrategy-wanted-tp24448528p24457377.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: MixedHybridUrlCodingStrategy wanted

2009-07-13 Thread Erik van Oosten
Please do :) Erik. Vladimir K wrote: Thanks very much! Why not suggest it as a patch to wicket core? Erik van Oosten wrote: Hi Vladimir, You are right. Now I look at it, it is clearly more complex then I remembered. You can get my version here: http://pastie.org/543892 Regards,

MixedHybridUrlCodingStrategy wanted

2009-07-12 Thread Vladimir Kovalyuk
Is there a worked combination of HybridUrlCodingStrategy and MixedParamUrlCodingStrategy? What is missed in the latter is ability to stay bookmarkable after reaction on actions.

Re: MixedHybridUrlCodingStrategy wanted

2009-07-12 Thread Erik van Oosten
It is fairly easy to construct it yourself. Just look at the code of MixedParamUrlCodingStrategy, copy it and replace the class you're extending to the corresponding HybridUrlCodingStrategy. Its also on the mailing list, search the archives. Lastly, the annotation based mounting project