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
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to