Hey all, i've got an edit form, where i have to input a date. In my Form.java class the matching properties type is java.util.Date.
But there ist an error submitting the form -> "ServletException: BeanUtils.populate" If i delete the date Field, the form/action works ;-( How can i input a date with struts ? Fredy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

