IndexedParamUrlCodingStrategy behaves strangely when there is no parameter in the URL

2007-10-21 Thread Ludovic Orban
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

Re: IndexedParamUrlCodingStrategy behaves strangely when there is no parameter in the URL

2007-10-21 Thread Ludovic Orban
Done: https://issues.apache.org/jira/browse/WICKET-1092 Thanks for your help. Ludovic -- View this message in context: http://www.nabble.com/IndexedParamUrlCodingStrategy-behaves-strangely-when-there-is-no-parameter-in-the-URL-tf4666083.html#a13331634 Sent from the Wicket - User mailing list