Show some code.... -- Jeremy Thomerson http://www.wickettraining.com
On Fri, Apr 16, 2010 at 3:39 PM, Arie Fishler <[email protected]> wrote: > Hi, > > I am using setStyle in the Session to set a "skin". I am using this setting > to retrieve texts from resource files based on the skin. > > The thing is that a user might go to other pages during the same session. > Other pages might have different "skins" so they are supposed to show other > texts for the same keys. > > What actually happens is that altough other pages reset the setStyle to > other values - the texts that are retrieved from the resource files are the > ones associated with the FIRST style set in the session. > > This is really bad as I have all texts mixed up. > > What is causing this? Is it the resource file lookup that is set once for a > session? Something else? Anyway around this? > > Thanks, > Arie >
