Re: "The page isn't redirecting properly" error

2010-05-22 Thread Jonathan and Carrie Olson
I also just noticed an AjaxButton problem after upgrading to 1.4.8. Wicket ajax debug just prints "INFO: Invoking pre-call handler(s)..." when the button is clicked. Using wireshark, I saw that no packets were being sent. I'll see if I can get a short example that proves the point. -Jonathan Ols

Re: Is IRequestTargetUrlCodingStrategy needed for mapping bookmarkable URLs?

2009-07-09 Thread Jonathan and Carrie Olson
; LocaleUrlCodingStrategyDecorator(super.newRequestCodingStrategy()); > } > } > } > > [CODE] > > > Alex Objelean > > > Jonathan and Carrie Olson wrote: > > > > Hello, > > > > I've been investigating Wicket for building an educational sit

Is IRequestTargetUrlCodingStrategy needed for mapping bookmarkable URLs?

2009-07-09 Thread Jonathan and Carrie Olson
Hello, I've been investigating Wicket for building an educational site, and there's one issue that's been nagging me: The majority of our URLs would need to be pretty, bookmarkable, and start with a locale, like: http://www.example.com/en/test/1 or http://www.example.com/zh_CN/page-search/penguin