You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "S.Anbuvel (JIRA)" <ji...@apache.org> on 2008/02/27 13:25:07 UTC

[jira] Updated: (WW-2514) how to do the multi lingual in actionMessage,actionError

     [ https://issues.apache.org/struts/browse/WW-2514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S.Anbuvel updated WW-2514:
--------------------------

          Description: 

In action class i used : addActionMessage(getText("msg.common.recordUpdated")).

In jsp it displayed the proper value "Reocrd Updated successfully."

but what i want to know is whether the action class will load the properties files based on request_locale i specified ?

if not how to do that for multi lingual?

  was:

In action class i used : addActionMessage(getText("msg.common.recordUpdated")).

The action message displayed in the jsp is  "msg.common.recordUpdated"  not the value of this key. 

I need this for multi lingual.

How to do the multi lingual in actionMessage?


           Issue Type: Improvement  (was: Bug)
    Affects Version/s: 2.0.11
              Summary: how to do the multi lingual in actionMessage,actionError  (was: how to do the multi lingual in actionMessage)

> how to do the multi lingual in actionMessage,actionError
> --------------------------------------------------------
>
>                 Key: WW-2514
>                 URL: https://issues.apache.org/struts/browse/WW-2514
>             Project: Struts 2
>          Issue Type: Improvement
>    Affects Versions: 2.0.11
>         Environment: struts 2.0, spring, hibernate.
>            Reporter: S.Anbuvel
>
> In action class i used : addActionMessage(getText("msg.common.recordUpdated")).
> In jsp it displayed the proper value "Reocrd Updated successfully."
> but what i want to know is whether the action class will load the properties files based on request_locale i specified ?
> if not how to do that for multi lingual?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.