RE: Issue with registering/lookup of converters in ConvertUtils

2007-02-01 Thread uni
Hi, > I am not able to see the ConvertUtilsBean in the commons-beanutils-1-0.jar > that I am using. Has this class been added in later versions of Struts? It's part of beanutils since version 1.7: http://jakarta.apache.org/commons/beanutils/api/org/apache/commons/beanutils/ConvertUtilsBean.html >

RE: Issue with registering/lookup of converters in ConvertUtils

2007-02-01 Thread Nitin Paul Dsilva
say BigDecimal based on locale? Regards, Nitin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 2:25 PM To: Struts Users Mailing List Subject: RE: Issue with registering/lookup of converters in ConvertUtils Nitin, I just took another

RE: Issue with registering/lookup of converters in ConvertUtils

2007-02-01 Thread uni
is quite ugly and should have a bad performance. Maybe you take a look > into the implementation and find another workaround. > > Cheers, > > Thorsten > > > -Original Message- > > From: Nitin Paul Dsilva [mailto:[EMAIL PROTECTED] > > Sent: Thursday, F

RE: Issue with registering/lookup of converters in ConvertUtils

2007-01-31 Thread Nitin Paul Dsilva
ssage- From: Thorsten Schäfer [mailto:[EMAIL PROTECTED] Sent: Thursday, February 01, 2007 12:10 PM To: 'Struts Users Mailing List' Subject: RE: Issue with registering/lookup of converters in ConvertUtils We had the problem with the latest stable Struts release (I don't know if S2 handle

RE: Issue with registering/lookup of converters in ConvertUtils

2007-01-31 Thread Thorsten Schäfer
Message- > From: Nitin Paul Dsilva [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 01, 2007 5:34 AM > To: Struts Users Mailing List > Subject: RE: Issue with registering/lookup of converters in ConvertUtils > > > Hi, > Thanks for the reply Thorsten. But

RE: Issue with registering/lookup of converters in ConvertUtils

2007-01-31 Thread Nitin Paul Dsilva
help if we move onto a higher version of Struts? Regards, Nitin -Original Message- From: Thorsten Schäfer [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 31, 2007 10:00 PM To: 'Struts Users Mailing List' Subject: RE: Issue with registering/lookup of converters in ConvertUtils

RE: Issue with registering/lookup of converters in ConvertUtils

2007-01-31 Thread Thorsten Schäfer
Hi, > Is there a problem with the registering/lookup of multiple converters in > ConvertUtils on a single server instance? I think this is not possible. The converters are stored in a static hashmap, so all classes sharing a single classloader have to use the same converters. I consider this a bad

Issue with registering/lookup of converters in ConvertUtils

2007-01-31 Thread Nitin Paul Dsilva
Hi, Is there a problem with the registering/lookup of multiple converters in ConvertUtils on a single server instance? The issue I am facing is the interference of the converters registered by 2 users having different number formats on a single server instance. The number converter that is obt