On Wed, Oct 6, 2010 at 6:59 PM, Alex Rass <a...@itbsllc.com> 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
>
> Could someone please tell me if there's a way to fix it easily?
> Is this a bug that should be fixed or a normal behavior?
>
> I REALLY need this working. Otherwise a 200 page site becomes a class
> nightmare.
>
> - Alex
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
It's standard behavior.  You're redirecting to a stateful page - with the
state of the form - when you submit the form.  If you want a bookmarkable
URL that still has state, use HybridUrlCodingStrategy.

-- 
Jeremy Thomerson
http://www.wickettraining.com

Reply via email to