Hi, I've mounted a page like this: mount(new IndexedParamUrlCodingStrategy("/page", MyPage.class));
MyPage class has a contructor which accepts PageParameters. When I try to access the page with any of these URLs: http://myserver/page/ or http://myserver/page the PageParameters contains a single parameter "0" / "" which is incorrect in my opinion. Surprisingly, when I try: http://myserver/page// or http://myserver/page/// then the PageParameters is empty. I doubt this is expected but am I wrong ? Thanks. Ludovic -- View this message in context: http://www.nabble.com/IndexedParamUrlCodingStrategy-behaves-strangely-when-there-is-no-parameter-in-the-URL-tf4666083.html#a13329065 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]