Which version of Struts 2 are you using? 2.0.11.1 works fine for me in the same situation. Are you using the i18n interceptor? Also, how did you name your resource files?
On Wed, May 7, 2008 at 11:30 AM, Jukka Välimaa <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I have the following lines in my jsp file: > <s:select > label="%{getText('workingTeam.team')}" name="teamId" listKey="id" > listValue="name" > list="workingTeams" /> > > <s:text name="workingTeam.team" /> > > Of these two, using text tag gives me the internalization that has been > selected as internationalization for the application. Using getText for > select label gives me internalization in Finnish, no matter what is the > selected internationalization. All internationalizations are in their own > global ApplicationResources files. getText method is the standard method > from ActionSupport. > > Any idea what is the cause of this, and what might be the solution? >