Re: POST parameters in URL Problem

2012-03-28 Thread Martin Grigorov
Hi, Upgrade to 1.5.5. This problem as introduced in 1.5.4 and reverted with https://issues.apache.org/jira/browse/WICKET-4338 in 1.5.5 On Wed, Mar 28, 2012 at 2:15 PM, Satrix satrix...@gmail.com wrote: Hello, I'm facing really strange behaviour in my wicket web application. I have two

Re: POST parameters in URL Problem

2012-03-28 Thread Satrix
Hey Martin, I've tried and changed the wicket version to 1.5.5 but the problem still occurs :/ Any idea what can be wrong ? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/POST-parameters-in-URL-Problem-tp4512104p4512167.html Sent from the Users forum mailing list

Re: POST parameters in URL Problem

2012-03-28 Thread Martin Grigorov
When the second page (the one that the form action points to) is constructed its PageParameters should not have POST parameters, only GET (extracted from the request url). Create a quickstart that reproduces the problem and attach it to Jira. On Wed, Mar 28, 2012 at 2:42 PM, Satrix

Re: POST parameters in URL Problem

2012-03-28 Thread Satrix
Ahhh! It works :). I had some WAR related issues. I confirm that by uprading wicket version to 1.5.5 the problem with POST parameters in URL is fixed. Martin THANK YOU VERY MUCH, you made my day :) -- View this message in context: