Robert Taylor wrote:
The reason for the error is that the beanutils package cannot convert
the date string into a Date object. You can either populate the form
with the formatted date or register a Converter to handle the conversion appropriately. I haven't yet used Converter but this problem
has been answer many times over on the list.


This link may help:
http://www.mail-archive.com/struts-user@jakarta.apache.org/msg45982.html

Thanks, that fixed my problem.

A counter question to the link though, is there a good way to register Converters at startup? Now I just took an Action that I know gets displayed before so they truly are register but is there a "Struts way" of doing or maybe a Java way?


regards, Robin

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



Reply via email to