[fw-general] Re: getext and array adapters

2010-03-26 Thread jpadron
Thank you so much Thomas! http://www.thomasweidner.com/flatpress/2010/03/25/working-with-multiple-translation-sources/ http://www.thomasweidner.com/flatpress/2010/03/25/working-with-multiple-translation-sources/ -- View this message in context: http://n4.nabble.com/getext-and-array-adapters-t

[fw-general] Re: getext and array adapters

2010-03-25 Thread jpadron
Ok, maybe my explanation was incorrect. Once I defined my default translate adapter as GetText, how can I assign an array adapter for validator messages. If I debug my code, validators are taking messages from GetText, not from an array (from Zend_Validate.php in resources directory). Thanks i

[fw-general] getext and array adapters

2010-03-24 Thread jpadron
Hi, I'm using getext in order to translate the whole 1.10 Zend application including forms through a controller plugin. Everything is working fine, the translate resource is saved in the registry using default name convention but, now, I'm working on the server side validation (after js validatio