Re: required fields formatting BEFORE validation

2008-03-16 Thread petros
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

Re: required fields formatting BEFORE validation

2007-03-24 Thread Jesse Kuhnert
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

Re: required fields formatting BEFORE validation

2007-03-23 Thread Martino Piccinato
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) {