On Monday, January 6, 2003, 9:16:15 AM, Bill wrote:

SB> Struts does not convert Strings to dates --

A nice why to deal with Date conversions though is to use
BeanUtils.copyProperties(..) and make sure you have a bean(DTO) to hold the
correct properties (ie. java.util.Date, etc ). You have to register a
Date converter and String converter but the code is here at this link
in the archives and it explains what to do:

http://www.mail-archive.com/struts-user@jakarta.apache.org/msg47558.html

-- 

Rick
mailto:[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to