John Patterson 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.
They are having the same discussion over on the Tapestry list. Someone answered: >> > You can prevent JSESSIONID from being encoded onto URLs for bots. At > Zillow, we've done this with a ServletFilter that compares the incoming > user agent to a list of known bots, and if it matches replaces the > HttpServletResponse with an HttpServletResponseWrapper that makes the > encodeURL, encodeUrl, encodeRedirectURL, and encodeRedirectUrl methods > into no-ops (simply returning their inputs). > >> 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 > Wicket-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wicket-user _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user