Really? I haven't looked at it, but just remember Johan told me processing would go via the pageparameters constructor. If it's via the onSubmit handler, that's all the nicer.
Eelco On 6/13/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > you would use the onclick. what happens when a stateless form is submitted > is that a new page instance is created instead of looked up from session > stored, and then processing continues as usual. > > -Igor > > > > On 6/13/06, John Patterson <[EMAIL PROTECTED]> wrote: > > > > On 13 Jun 2006, at 19:55, Eelco Hillenius wrote: > > > > > Or maybe there will be more trade offs. Depends on how badly people > > > want it, and who will work on it. In 2.0, Johan built in a form that > > > posts back to a bookmarkable page, so you can even build pages with > > > forms that are still stateless. > > > > > > Eelco > > > > > > > OK, thanks I will have a look into that. I have not yet checked out > > 2.0 but would you just be able to clarify - when a stateless form is > > submitted would I still use an onClick handler on my form component? > > Or do I need to work with page parameters and move my form processing > > logic away from the actual form component? > > > > > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > > > > > _______________________________________________ > Wicket-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-user > > > _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
