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]

