RE: Bean's get method with parameter

2004-08-27 Thread Joe Germuska
IL PROTECTED] Subject: Bean's get method with parameter Hi, this question may have a simple answer, but currently I don't see it :) From my JSP I wanto access some bean's property which returns, say, date as string in localized format, depending on currently selected locale (G

RE: Bean's get method with parameter

2004-08-27 Thread Paul McCulloch
mailto:[EMAIL PROTECTED] > Sent: Friday, August 27, 2004 2:09 PM > To: 'Struts Users Mailing List' > Subject: RE: Bean's get method with parameter > > > Hi, > > thanks for your answer. However, I have 2 issues: > > 1) formatDate tag must not h

RE: Bean's get method with parameter

2004-08-27 Thread Pavel Kolesnikov
On Fri, 27 Aug 2004, Václavík Radek wrote: > 2) I don't see how the format of the date changes accrding to selected > locale. There is one locale in session (the struts one - Globals.LOCALE_KEY) > but this one has no influence. So I've tried to change the locale settings > in windows to, e.g. ENGL

RE: Bean's get method with parameter

2004-08-27 Thread Václavík Radek
[EMAIL PROTECTED] > Sent: Friday, August 27, 2004 11:04 AM > To: 'Struts Users Mailing List' > Subject: RE: Bean's get method with parameter > > > A getter with a paramteter is not a bean property, and so won't be > accessible with the usual tags.

RE: Bean's get method with parameter

2004-08-27 Thread Paul McCulloch
STL's tag: This will automatically pick up the request locale. Paul > -Original Message- > From: Vaclavik Radek [mailto:[EMAIL PROTECTED] > Sent: Friday, August 27, 2004 9:53 AM > To: [EMAIL PROTECTED] > Subject: Bean's get method with parameter >

Bean's get method with parameter

2004-08-27 Thread Václavík Radek
Hi, this question may have a simple answer, but currently I don't see it :) >From my JSP I wanto access some bean's property which returns, say, date as string in localized format, depending on currently selected locale (Globals.LOCALE_KEY). Currently, I have method like this in my bean: getLast