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. -- View this message in context: http://www.nabble.com/s%3Adiv-tag-and-internationalization-tp18727898p18727898.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]