Hi all

Got a small question.

I'm trying now to add some validations in my validation.xml file that are specific to a language: French.
The issue I have now is that when I create a new formset with the language specified, the framework throws me an exception :


org.apache.jasper.JasperException: No form found under 'logonForm' in locale 'fr_CA'.

This is true, I don't have my logonForm declared in the french formset since I don't have specific rules for this one but it IS declared in the default formset.

So, my question would be:

Is it REQUIRED to redeclare every single form we see in the default formset in the new formset specific to a language?

If so... thinking about enhancing this feature..? It doesn't make sense to redeclare everything just because you have some validations that are specific to a language. Overriding only the required fields should be enough if this engine is to work with the same "principles" than the Ressource mechanism of Java does.

thx for the help!
Eric.





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to