Hi,
isValid is final, but you can overrides onValidate
/**
* @see AbstractValidator#onValidate(IValidatable)
*/
@Override
protected void onValidate(IValidatable<String> validatable)
{
String url = validatable.getValue();
if (url != null && !isValid(url))
{
error(validatable);
}
}
By the way current release is 6.10.0 not 1.2.6!
1.2 branch is not supported anymore..
Regards,
Gabriel.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/Get-help-for-Apache-Wicket-users-list-tp4661294p4661295.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]