Make sure it is a java.sql.Date during conversion using ConvertUtil. -----Original Message----- From: Gemes Tibor [mailto:[EMAIL PROTECTED] Sent: March 6, 2003 10:14 AM To: Struts Users Mailing List Subject: Re: date format problems
2003. m�rcius 6. 16:06 d�tummal S�ren Blidorf ezt �rtad: > Hi. > > I have an action that gets a date from the MS SQL 2000 in yyyy-MM-dd. I > convert it with simpledateformat as dd-MM-yyyy and put it in a jsp form. > When submitting the form the date must be coverted back to yyyy-MM-DD > before another actions update the db. > > I am trying to convert the date value in the ActionForm, but I am > getting the following error. > > Any idears? I am lost and it is very urgent Register a Converter for your String-Date Date-String conversion with ConvertUtils. read javadocs org.apache.commons.beanutils.ConvertUtils Hth, Tib --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

