What java class must the IValidationDelegate extend.
Should it be placed under the components package
How can we use this new validator in our pages
Petros
Martino Piccinato wrote:
>
> Ok,
>
> I reply to myself hoping this would be of any help for somebody else.
> Is as simple as to make your
Yep.
On 3/23/07, Martino Piccinato <[EMAIL PROTECTED]> wrote:
Ok,
I reply to myself hoping this would be of any help for somebody else.
Is as simple as to make your own IValidationDelegate and override (exemple)
this method:
public void writeAttributes(IMarkupWriter writer, IRequestCycle cycle
Ok,
I reply to myself hoping this would be of any help for somebody else.
Is as simple as to make your own IValidationDelegate and override (exemple)
this method:
public void writeAttributes(IMarkupWriter writer, IRequestCycle cycle,
IFormComponent component, IValidator validator) {