RE: ValidationDelegate doesn't decorate (RESOLVED)

2006-07-06 Thread Firas A.
: ValidationDelegate doesn't decorate I had the same symptoms a while ago, I don't know if it's the same problem you're facing, but this might be helpful: When you instantiate your delegate and pass it to the form component, you have to make sure it is the same instance during the whole

Re: ValidationDelegate doesn't decorate

2006-07-06 Thread Bernard Lange
Christian Dutaret wrote: > What I do is create a new instance of the delegate only if there isn't > one yet, and make it available to the form component through a page > property. You can make a delegate a page bean which would free you from managing delegate instance. regards, Bernard --

Re: ValidationDelegate doesn't decorate

2006-07-06 Thread Christian Dutaret
Firas A. a écrit : Hello, I'm using a custom validator (implements Validator) and the ValidationDelegate. I've verified that the custom validator I'm using is working correctly - the getHasErrors() of the delegate returns true. But ValidationDelegate doesn't decorate anything (no asterics, no