Java Mailing List Archive

http://www.gg3721.com/

Home » Struts Users Mailing List »

s:div tag and internationalization

Vasile Boris

2008-07-30


Author LoginPost Reply

Hello,

I'm using s:div tag to load async the results of an action like this:
<s:url action="my_action" id="myActionUrl"/>
<s:div id="myActionDiv"
theme="ajax"
href="%{myActionUrl}"
loadingText="%{getText('loading')}"
executeScripts="true"/>
my_action has as a result a jsp page in which we use <s:text
name="something"/>. The text is loaded from language resource file but it is
not displayed correctly. We need to display danish words and it works like
this:
in resource file: ... får målt ...
in displayed result: ... f�r m�lt ... (firefox).
If the text is loaded without s:div, it is ok.

Thank you,
Boris.
--
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)

©2008 gg3721.com - Jax Systems, LLC, U.S.A.