Hi, Make the page stateless, i.e. StatelessForm instead and avoid any other stateful components.
On Mon, Mar 4, 2013 at 4:23 PM, Ondrej Zizka <[email protected]> wrote: > Hi all, > > let's have a bookmarkable page with a form. > This form is submitted after session expiration. > The result is that Wicket ignores the input and renders the page as it was > just loaded by URL. > > How can I make Wicket process the POST body and do the whole cycle - fill > the models, validate, etc.? > > Thanks, > Ondra > > ------------------------------**------------------------------**--------- > To unsubscribe, e-mail: > users-unsubscribe@wicket.**apache.org<[email protected]> > For additional commands, e-mail: [email protected] > > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com <http://jweekend.com/>
