Igor Vaynberg
Wed, 04 Jul 2007 07:35:02 -0700
On 7/4/07, David Leangen <[EMAIL PROTECTED]> wrote:
What I can't figure out here is this: when the form's submit button gets pressed on the current page, obvious a new HttpServletRequest gets sent to the server, and the onSubmit() method gets invoked. 1. What URL is sent to the server?
the url that is defined in form.action attribute in html. it tells wicket that the form has been submitted, pointing out which one. 2. Since the response can differ according to the input
of the form, this means that the URL could change
according to the input... but the URL is already
decided on in step 1
the url is the same but the post values are different. -igor
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user
- [Wicket-user] Can I get a 'Nice URL' when form validation fails? Philip Wilkinson
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? David Leangen
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? Philip Wilkinson
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? David Leangen
Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? Igor Vaynberg
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? Philip Wilkinson
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? David Leangen
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? Igor Vaynberg
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? David Leangen
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? Joshua Lim
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? Igor Vaynberg
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? Joshua Lim
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? Igor Vaynberg
- Re: [Wicket-user] Can I get a 'Nice URL' when form validation fails? Joshua Lim