RE: custom date converters

2005-09-03 Thread Rivka Shisman
Hubert, Laurie & Joe - thanks a lot for the info! Rivka -Original Message- From: Hubert Rabago [mailto:[EMAIL PROTECTED] Sent: Thursday, September 01, 2005 11:41 PM To: Struts Users Mailing List Subject: Re: custom date converters (with slow music playing in background) On 9/

Re: custom date converters

2005-09-01 Thread Hubert Rabago
(with slow music playing in background) On 9/1/05, Joe Germuska <[EMAIL PROTECTED]> wrote: > At 4:32 PM -0400 9/1/05, Laurie Harper wrote: > >You can register an instance of Converter that knows what > >format string to use each time you call copyProperties(). > > However, if you have one bean

Re: custom date converters

2005-09-01 Thread Laurie Harper
Rivka Shisman wrote: Thanks Joe When you say - this is a limitation of the BeanUtils design model. It assumes for any given process (instance of BeanUtils), a single conversion strategy applies to all objects of a given type. Do you mean that the converter applies thru my all application

Re: custom date converters

2005-09-01 Thread Joe Germuska
At 4:32 PM -0400 9/1/05, Laurie Harper wrote: Rivka Shisman wrote: Thanks Joe When you say - this is a limitation of the BeanUtils design model. It assumes for any given process (instance of BeanUtils), a single conversion strategy applies to all objects of a given type. Do you mean that

RE: custom date converters

2005-09-01 Thread Rivka Shisman
Users Mailing List Subject: Re: custom date converters At 3:27 PM +0200 9/1/05, Rivka Shisman wrote: >Hi friends > > > >I'm not sure I understand the use of custom converters: > > > >If for example I have 2 VO's and each has a Timestamp property. But - >each o

Re: custom date converters

2005-09-01 Thread Joe Germuska
At 3:27 PM +0200 9/1/05, Rivka Shisman wrote: Hi friends I'm not sure I understand the use of custom converters: If for example I have 2 VO's and each has a Timestamp property. But - each one takes a different date format from the user. Do I need a different StringToTimestamp converter for

custom date converters

2005-09-01 Thread Rivka Shisman
Hi friends I'm not sure I understand the use of custom converters: If for example I have 2 VO's and each has a Timestamp property. But - each one takes a different date format from the user. Do I need a different StringToTimestamp converter for each one? If yes - how does BeanUtils.copyProp