RE: How can I validate required formComponents after page load?

2008-01-11 Thread Hoover, William
Add/Edit if necessary http://cwiki.apache.org/confluence/x/sCEB -Original Message- From: thomas jaeckle [mailto:[EMAIL PROTECTED] Sent: Friday, January 11, 2008 3:13 AM To: users@wicket.apache.org Subject: Re: How can I validate required formComponents after page load? igor.vaynberg

Re: How can I validate required formComponents after page load?

2008-01-11 Thread thomas jaeckle
d")); } return IVisitor.CONTINUE_TRAVERSAL_BUT_DONT_GO_DEEPER; } }); } -- View this message in context: http://www.nabble.com/How-can-I-validate-required-formComponents-after-page-load--tp14730931p14751493.html Sent from the Wicket - User mai

Re: How can I validate required formComponents after page load?

2008-01-10 Thread Igor Vaynberg
; !isInputNullable()) > { > // this value must have come from a disabled field > // do not perform validation > return true; > } > > // peform validation by looking whether the value is null or empty > return !Strings.isEmpty(input);

Re: How can I validate required formComponents after page load?

2008-01-10 Thread thomas jaeckle
ue; } Thomas -- View this message in context: http://www.nabble.com/How-can-I-validate-required-formComponents-after-page-load--tp14730931p14750961.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscri

Re: How can I validate required formComponents after page load?

2008-01-10 Thread Igor Vaynberg
onent(getBorder().get("footerFeedback")); > } > }); > > But that doesn't work. > > Any idea how to achieve that? > > > Thomas > -- > View this message in context: > http://www.nabble.com/How-can-I-validate-required-formCompo

How can I validate required formComponents after page load?

2008-01-10 Thread thomas jaeckle
id onEvent(AjaxRequestTarget target) { fieldLastName.validate(); target.addComponent(getBorder().get("footerFeedback")); } }); But that doesn't work. Any idea how to achieve that? Thomas -- View this message in context: http://www.nabble.com/How-can-I-validate-required-formC