Wicket - Apache URL rewrite Access-Control-Allow-Origin issue

2013-09-26 Thread Sergio Paganoni
Hi Everybody, I'm facing a strange issue. I'm on UserPage on http://account.dev.pippo.com/account/UserPage in this page I have a DropDown component to filter a listview (using Ajax). When choosing a value from the dropdown the XMLHttpRequest is done against http://dev.pippo.cominstead of

Re: Wicket - Apache URL rewrite Access-Control-Allow-Origin issue

2013-09-27 Thread Sergio Paganoni
, Sergio Paganoni sergio.pagan...@gmail.com wrote: Hi Everybody, I'm facing a strange issue. I'm on UserPage on http://account.dev.pippo.com/account/UserPage in this page I have a DropDown component to filter a listview (using Ajax). When choosing a value from the dropdown

Issue with UrlPathPageParametersEncoder and %2F (/)

2014-02-27 Thread Sergio Paganoni
Hi everybody, I'm facing an issue with *Wicket 6.9.1* , I currently mount an endpoint (/test) the following way: mount(new MountedMapper(/test, MyPage.class, new UrlPathPageParametersEncoder())); Now if I address the page in the following way, the constructor of MyPage is correctly called

Re: Re: Issue with UrlPathPageParametersEncoder and %2F (/)

2014-03-19 Thread Sergio Paganoni
Hi Sven, Thanks for your reply, it seems like the problem is exactly the one you reported. Have a nice day