Re: user's locale

2004-02-18 Thread Archana Turaga
Also look at the JetspeedSessionValidator class...you will get an idea of what is going on [EMAIL PROTECTED] 02/18/04 11:03AM Hi list, I'm using Jetspeed-1.4. I've been trying to find where the user's locale is stored. I thought it would be somewhere in rundata, but it doesn't seem to be the

Re: user's locale

2004-02-18 Thread Archana Turaga
You can get the user's locale from the method :user.getPerm (language). If this is null you can set the user locale by doing the following : 1) Instantiate a new locale 2) user.setPerm (locale ,locale); user.setPerm (language, System.getProperty (user.language));//Here i'm getting the

RE: user's locale

2004-02-18 Thread Gregory Joseph
] Subject: Re: user's locale Also look at the JetspeedSessionValidator class...you will get an idea of what is going on [EMAIL PROTECTED] 02/18/04 11:03AM Hi list, I'm using Jetspeed-1.4. I've been trying to find where the user's locale is stored. I thought it would be somewhere in rundata