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
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
; !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);
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
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
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