ie
Form...onSubmit() {
CreditCardInfo=(CreditCardInfo)getModelObject();
if (.....validation failed test....) {
error("something is wrong");
}
}
Does this make sense?
-Igor
On 10/30/05, Nick Heudecker <[EMAIL PROTECTED]> wrote:
Does Wicket provide a mechanism to validate two components? For instance, I'm taking credit card info and need to validate that the expiration month and year, both represented by individual select lists, are valid.
