OK, it seems that when I removed the dates all together, then the submit works.
It did not work when I changed them to java.sql.Date objects.


So I am very confused now, as java.util.Date works on all my other forms. What am I suppose to use and why does java.util.Date _not_ work on this form, but does on 15 others?



---
Thanks...
Mick Knutson
---





From: "Steve Raeburn" <[EMAIL PROTECTED]>
Reply-To: <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Subject: RE: URGENT: javax.servlet.ServletException: BeanUtils.populate
Date: Thu, 29 May 2003 12:20:56 -0700

I think it's your dates that might be the problem.

BeanUtils does not have a supplied converter for java.util.Date. Try using
java.sql.Date

You may need a helper method on your form that returns a correctly formatted
SQL date (yyyy-mm-dd).


Steve


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


_________________________________________________________________
Tired of spam? Get advanced junk mail protection with MSN 8. http://join.msn.com/?page=features/junkmail



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



Reply via email to