Re: converters

2004-09-22 Thread Craig McClanahan
Struts does use BeanUtils, but it doesn't have any concept of converters like JSF. This is why Struts wants you to use string properties in form beans, and it's also why JSF doesn't need the form bean concept. Craig On Tue, 21 Sep 2004 15:53:03 -0400, Jesse Vitrone <[EMAIL PROTECTED]> wrote: >

RE: converters

2004-09-21 Thread Robert Taylor
Struts uses BeanUtils under the covers to facilitate copying and converting simple data. (String ==> int, String ==> long, etc...). robert > -Original Message- > From: Jesse Vitrone [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 21, 2004 3:53 PM > To: [EMAIL PROTECTED] > Subject: