Hi,
I have like
<fd:form>
<fd:validation>
<fd:javascript>
if (email.value == null && phone.value == null) {
email.setValidationError(new Packages.org.apache.cocoon.forms.validation.ValidationError("Atleast another one", false));
and it works..
But how can I make that i18n-capable? so it will be translated according to i18n transformer...
- Joose
-- "Always remember that you are unique, just like everyone else!" * http://iki.fi/joose/ * [EMAIL PROTECTED] * +358 44 561 0270 *
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
