Dear All

I noticed that when you use something like :

        form.getWidget ("email").setValidationError (
                new ValidationError ("validation.email.inuse")
        );

then the i18n tag output by setValidationError() looks like this:

<i18n:text catalogue="woody">validation.email.inuse</i18n:text>

which means that any custom validation errors pretty much have to be kept in WoodyMessages which could well be inconvenient ....

Is it really necessary for Woody to set the catalogue attribute in this situation?

BTW. Is there a plan to add a generic form validation message tag to woody?
ie. not tied to a particular field widget.


Thanks

regards Jeremy



Reply via email to