Right, so the idea here to is have intake return a string that is a key you use to lookup the localized message from a localization tool of some sort.
Regards, Daniel On Fri, 23 Jul 2004, oron ogdan adam wrote: > Hi Oliver > > Use the key in the intake.xml and use a macro like this in the form > > #macro (fieldErrorMsg $field $br) > #if ($field && $field.Message.length() > 0 && !$field.isValid()) > $l10n.get($field.Message)</p> > #end > > Oron Adam > > http://netada.co.uk > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 1:26 PM > To: [EMAIL PROTECTED] > Subject: Intake Service + l10n/i18n > > Hi! > > Can someone tell me, how i can localize the intake error message? I tried to > use a velocity macro in the intake.xml file, but this doesn't work. Any > suggestions? > > Kind regards > Oliver > > Arcor-DSL: jetzt ohne Einrichtungspreis einsteigen oder wechseln > Sie sparen 99,95 Euro. Arcor-DSL ist in vielen Anschlussgebieten > verf�gbar. http://www.arcor.de/home/redir.php/emf-dsl-1 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
