On Fri, May 23, 2008 at 3:03 AM, Tomasz Prus <[EMAIL PROTECTED]> wrote: > What strategy should i use to achive such url: > http://isport.eu/en/premier-league/liverpool-fc/news-19-2008-0.html ?
Please take a look at QueryStringUrlCodingStrategy and MixedParamUrlCodingStrategy. Wicket-examples has the 'stateless' example which is not really related to what you want, but uses those strategies. Play around with them and look at the code so that you understand what is going on. And consider creating your own BookmarkablePageRequestTargetUrlCodingStrategy extension if that works better for you. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
