I forgot to say that I am using Struts 2.1.6

On Thu, Apr 9, 2009 at 6:14 PM, Gordian Yuan <gordiany...@gmail.com> wrote:

> Hi all,
>
> I encountered the issue of international and I don't know this is a bug or
> just I miss something or configuration error.
>
> The issue is
>
> I have a simple page like this
>
> <s:form action="saveCampaign">
>    <s:textfield id="name" name="name" key="createCampaign.name"/>
>    <s:submit key="createCampaign.create"/>
> </s:form>
>
> and i have two properties
>
> #en_US properties
> createCampaign.name=Name
> createCampaign.submit=Create
>
> #zh_CN properties
> createCampaign.name=名称
> createCampaign.submit=创建
>
> In english version everything is fine, but in chinese version the
> s:textfield is fine, but s:submit tag is some messy code!
>
> I have change the page like this
>
> <s:form action="saveCampaign">
>    <s:textfield id="name" name="name" key="createCampaign.name"/>
>    <s:submit key="createCampaign.name"/>
> </s:form>
>
> But the submit button still messy code ..
>
> Is it a bug?
>
> Any input will be welcome .. thx
>
> Gordian
>

Reply via email to