yes, its called AjaxFormComponentUpdatingBehavior, dont know if we have an example of it, but its pretty simple to use

attach it to the form component and you are pretty much done

TextField tf=new TextField...
tf.add(new AjaxFormComponentUpdatingBehavior("onblur") {
  onUpdate(AjaxRequestTarget target) {
     ... do whatever
   }
}


-Igor

On 3/30/06, Mats Norén <[EMAIL PROTECTED]> wrote:
Hi,
Is there a behaviour / component for validating a single formfield
with Ajax without submitting the whole form?

I'm guessing there is an example somewhere, I just need a pointer in
the right direction :)


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmdlnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to