RE: Use of custom convertors

2002-05-29 Thread Byrne, Steven
-Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 8:18 PM To: Struts Users Mailing List Subject: RE: Use of custom convertors I think that what Jerome meant is all accessed propertiesmeaning if nested or even recursively nested, the same

Re: Use of custom convertors

2002-05-28 Thread Ted Husted
Personally, I'd do the conversions in the JavaBean and leave the tags out of it. -- Ted Husted, Husted dot Com, Fairport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services [EMAIL PROTECTED] wrote: I am writing custom

Re: Use of custom convertors

2002-05-28 Thread keithnielsen
husted@apachTo: Struts Users Mailing List [EMAIL PROTECTED] e.org cc: Subject: Re: Use of custom convertors

RE: Use of custom convertors

2002-05-28 Thread Jerome Jacobsen
. BeanUtils can be used by the Action to do both types of conversion. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 28, 2002 1:10 PM To: Struts Users Mailing List Subject: Re: Use of custom convertors Ok I may be missing something as I am brand

Re: Use of custom convertors

2002-05-28 Thread Don Saxton
Actually I don't think that is sufficient. Consider an object which is a recursive tree. - Original Message - From: Jerome Jacobsen [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, May 28, 2002 10:25 AM Subject: RE: Use of custom convertors The best

RE: Use of custom convertors

2002-05-28 Thread James Mitchell
10:49 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Use of custom convertors Actually I don't think that is sufficient. Consider an object which is a recursive tree. - Original Message - From: Jerome Jacobsen [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL