Re: [Wicket-user] ajax feedback onSubmit

2007-02-06 Thread Scott Swank

Thank you both.  Does field-level validation always happen before form-level
validation?  I want to ensure that I have two dates in hand before I apply
my requirement that the check-out date be after the check-in date.

Scott

On 2/5/07, Igor Vaynberg [EMAIL PROTECTED] wrote:


there is also an example that does this in ajax examples, albeit not in
the modal window.

-igor


On 2/5/07, Matej Knopp  [EMAIL PROTECTED] wrote:

 Try to add the feedback panel to AjaxRequestTarget in the onError method

 of AjaxSubmitLink.

 -Matej

 Scott Swank wrote:
  I have a form in a ModalWindow.  I can add
  AjaxFormComponentUpdatingBehavior to relevant fields to get immediate
  feedback about the fields, but I would like to have feedback
 (including
  form-level feedback) posted onSubmit if validation fails.  What do I
  need to add to my AjaxSubmitButton#onSubmit to accomplish this?  I've
  attached a simple quickstart demo without the relevant 1.2.4 jars.
 
  Thank you.
 
  --
  Scott Swank
  reformed mathematician
 
 
 
 
 
 
 -
  Using Tomcat but need to do more? Need to support web services,
 security?
  Get stuff done quickly with pre-integrated technology to make your job
 easier.
  Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 
 
 
 
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user


 -

 Using Tomcat but need to do more? Need to support web services,
 security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier.
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Scott Swank
reformed mathematician
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ajax feedback onSubmit

2007-02-06 Thread Igor Vaynberg

yes, see form.process()

field required check
field type conversion check
field validators
form validators

-igor


On 2/6/07, Scott Swank [EMAIL PROTECTED] wrote:


Thank you both.  Does field-level validation always happen before
form-level validation?  I want to ensure that I have two dates in hand
before I apply my requirement that the check-out date be after the check-in
date.

Scott

On 2/5/07, Igor Vaynberg [EMAIL PROTECTED] wrote:

 there is also an example that does this in ajax examples, albeit not in
 the modal window.

 -igor


 On 2/5/07, Matej Knopp  [EMAIL PROTECTED] wrote:
 
  Try to add the feedback panel to AjaxRequestTarget in the onError
  method
  of AjaxSubmitLink.
 
  -Matej
 
  Scott Swank wrote:
   I have a form in a ModalWindow.  I can add
   AjaxFormComponentUpdatingBehavior to relevant fields to get
  immediate
   feedback about the fields, but I would like to have feedback
  (including
   form-level feedback) posted onSubmit if validation fails.  What do I
   need to add to my AjaxSubmitButton#onSubmit to accomplish
  this?  I've
   attached a simple quickstart demo without the relevant 1.2.4 jars.
  
   Thank you.
  
   --
   Scott Swank
   reformed mathematician
  
  
  
  
  
  
  -
   Using Tomcat but need to do more? Need to support web services,
  security?
   Get stuff done quickly with pre-integrated technology to make your
  job easier.
   Download IBM WebSphere Application Server v.1.0.1 based on Apache
  Geronimo
   http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
  
  
  
  
  
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 
  -
 
  Using Tomcat but need to do more? Need to support web services,
  security?
  Get stuff done quickly with pre-integrated technology to make your job
  easier.
  Download IBM WebSphere Application Server v.1.0.1 based on Apache
  Geronimo
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 



 -
 Using Tomcat but need to do more? Need to support web services,
 security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier.
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user




--
Scott Swank
reformed mathematician
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ajax feedback onSubmit

2007-02-06 Thread Scott Swank

I should have tracked that down myself.  Thank you.

On 2/6/07, Igor Vaynberg [EMAIL PROTECTED] wrote:


yes, see form.process()

field required check
field type conversion check
field validators
form validators

-igor


On 2/6/07, Scott Swank [EMAIL PROTECTED] wrote:

 Thank you both.  Does field-level validation always happen before
 form-level validation?  I want to ensure that I have two dates in hand
 before I apply my requirement that the check-out date be after the check-in
 date.

 Scott

 On 2/5/07, Igor Vaynberg  [EMAIL PROTECTED] wrote:

  there is also an example that does this in ajax examples, albeit not
  in the modal window.
 
  -igor
 
 
  On 2/5/07, Matej Knopp  [EMAIL PROTECTED] wrote:
  
   Try to add the feedback panel to AjaxRequestTarget in the onError
   method
   of AjaxSubmitLink.
  
   -Matej
  
   Scott Swank wrote:
I have a form in a ModalWindow.  I can add
AjaxFormComponentUpdatingBehavior to relevant fields to get
   immediate
feedback about the fields, but I would like to have feedback
   (including
form-level feedback) posted onSubmit if validation fails.  What do
   I
need to add to my AjaxSubmitButton#onSubmit to accomplish
   this?  I've
attached a simple quickstart demo without the relevant 1.2.4 jars.
   
Thank you.
   
--
Scott Swank
reformed mathematician
   
   
   
   
   
   
   -
Using Tomcat but need to do more? Need to support web services,
   security?
Get stuff done quickly with pre-integrated technology to make your
   job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache
   Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  
   
   
   
   
   
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user
  
  
   -
  
   Using Tomcat but need to do more? Need to support web services,
   security?
   Get stuff done quickly with pre-integrated technology to make your
   job easier.
   Download IBM WebSphere Application Server v.1.0.1 based on Apache
   Geronimo
   http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  
   ___
   Wicket-user mailing list
   Wicket-user@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/wicket-user
  
 
 
 
  -
  Using Tomcat but need to do more? Need to support web services,
  security?
  Get stuff done quickly with pre-integrated technology to make your job
  easier.
  Download IBM WebSphere Application Server v.1.0.1 based on Apache
  Geronimo
 
  http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
  ___
  Wicket-user mailing list
  Wicket-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/wicket-user
 
 


 --
 Scott Swank
 reformed mathematician

 -
 Using Tomcat but need to do more? Need to support web services,
 security?
 Get stuff done quickly with pre-integrated technology to make your job
 easier.
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
 Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user





--
Scott Swank
reformed mathematician
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ajax feedback onSubmit

2007-02-05 Thread Matej Knopp
Try to add the feedback panel to AjaxRequestTarget in the onError method 
of AjaxSubmitLink.

-Matej

Scott Swank wrote:
 I have a form in a ModalWindow.  I can add 
 AjaxFormComponentUpdatingBehavior to relevant fields to get immediate 
 feedback about the fields, but I would like to have feedback (including 
 form-level feedback) posted onSubmit if validation fails.  What do I 
 need to add to my AjaxSubmitButton#onSubmit to accomplish this?  I've 
 attached a simple quickstart demo without the relevant 1.2.4 jars.
 
 Thank you.
 
 -- 
 Scott Swank
 reformed mathematician
 
 
 
 
 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier.
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 
 
 
 
 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] ajax feedback onSubmit

2007-02-05 Thread Igor Vaynberg

there is also an example that does this in ajax examples, albeit not in the
modal window.

-igor


On 2/5/07, Matej Knopp [EMAIL PROTECTED] wrote:


Try to add the feedback panel to AjaxRequestTarget in the onError method
of AjaxSubmitLink.

-Matej

Scott Swank wrote:
 I have a form in a ModalWindow.  I can add
 AjaxFormComponentUpdatingBehavior to relevant fields to get immediate
 feedback about the fields, but I would like to have feedback (including
 form-level feedback) posted onSubmit if validation fails.  What do I
 need to add to my AjaxSubmitButton#onSubmit to accomplish this?  I've
 attached a simple quickstart demo without the relevant 1.2.4 jars.

 Thank you.

 --
 Scott Swank
 reformed mathematician


 


-
 Using Tomcat but need to do more? Need to support web services,
security?
 Get stuff done quickly with pre-integrated technology to make your job
easier.
 Download IBM WebSphere Application Server v.1.0.1 based on Apache
Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642


 

 ___
 Wicket-user mailing list
 Wicket-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/wicket-user


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job
easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user