Re: urls after a form submission

2010-10-07 Thread James Carman
On Wed, Oct 6, 2010 at 10:38 PM, Jeremy Thomerson wrote: > > Wrong.  First, you have to understand what is happening behind the scenes. >  Look at the URL that actually appears in your form's "action" attribute - > it is a full URL to a specific component, which will invoke the > IFormSubmitListen

Re: urls after a form submission

2010-10-06 Thread Jeremy Thomerson
On Wed, Oct 6, 2010 at 8:43 PM, Alex Rass wrote: > But that breaks the common sense of "strategy", doesn't it? > And if it works "special" for HybridUrlCodingStrategy, then it should also > work with the other ones, right? "Consistency" rule makes it a bug, right? > Wrong. First, you have to un

RE: urls after a form submission

2010-10-06 Thread Alex Rass
[mailto:jer...@wickettraining.com] Sent: Wednesday, October 06, 2010 8:13 PM To: users@wicket.apache.org Subject: Re: urls after a form submission On Wed, Oct 6, 2010 at 6:59 PM, Alex Rass wrote: > Hi. > > After an on-page (wicket) form is submitted, the followed url doesn't >

Re: urls after a form submission

2010-10-06 Thread Jeremy Thomerson
On Wed, Oct 6, 2010 at 6:59 PM, Alex Rass wrote: > Hi. > > After an on-page (wicket) form is submitted, the followed url doesn't > follow > the page's URL encoding strategy (QueryStringUrlCodingStrategy or any > others). > > It just becomes "http://site.com/?wicket..."; and loses original page >

urls after a form submission

2010-10-06 Thread Alex Rass
Hi. After an on-page (wicket) form is submitted, the followed url doesn't follow the page's URL encoding strategy (QueryStringUrlCodingStrategy or any others). It just becomes "http://site.com/?wicket..."; and loses original page Could someone please tell me if there's a way to fix it easily? I