Re: formBean I18N

2007-12-14 Thread Alberto A. Flores
Take a look at: http://struts.apache.org/1.x/apidocs/org/apache/struts/validator/Resources.html#getMessage(javax.servlet.http.HttpServletRequest,%20java.lang.String) Hope this helps... It should be straight forward. Chris Pat wrote: Hi Alberto The second. To result with a localized text str

Re: formBean I18N

2007-12-14 Thread Chris Pat
Hi Alberto The second. To result with a localized text string for the value of the field when reset() is called. "Alberto A. Flores" <[EMAIL PROTECTED]> wrote: Do you mean changing the name of the method? Or calling the resource bundle to generate a string (using the proper locale)? Chris Pat

Re: formBean I18N

2007-12-14 Thread Alberto A. Flores
Do you mean changing the name of the method? Or calling the resource bundle to generate a string (using the proper locale)? Chris Pat wrote: Hello Is it possible to have the reset() of a formBean be internationalized? I can do it on the jsp. However how do I refer to the correct language mess

formBean I18N

2007-12-14 Thread Chris Pat
Hello Is it possible to have the reset() of a formBean be internationalized? I can do it on the jsp. However how do I refer to the correct language message resource bundle in the formBean itself? tia