Re: Using il8n text in an interceptor

2008-02-13 Thread Grish
o access my resource bundle for the localized error message. Is there a >>> method similar to the getText method for Interceptors? What would be >>> the >>> best approach for adding localized action error messages from an >>> interceptor? >>> >> >> >> --

Re: Using il8n text in an interceptor

2008-02-12 Thread Grish
ors? What would be the >> best approach for adding localized action error messages from an >> interceptor? >> > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMA

Re: Using il8n text in an interceptor

2008-02-12 Thread Pablo Vázquez Blázquez
// For future i18n purpose private String translate(String name) { String i18Name = LocalizedTextUtil.findDefaultText(name, locale); if (i18Name == null) { i18Name = name; } return i18Name; } Grish escribió: I'm studyi

Using il8n text in an interceptor

2008-02-11 Thread Grish
le for the localized error message. Is there a method similar to the getText method for Interceptors? What would be the best approach for adding localized action error messages from an interceptor? -- View this message in context: http://www.nabble.com/Using-il8n-text-in-an-interceptor-tp15427096p154