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. <bean name="delegate" class="xx.xx.xx.StyledValidationDelegate" /> regards, Bernard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]