Re: Populating the form

2005-09-08 Thread Laurie Harper
You didn't post the source for your form bean so I can't give you a specific answer, but the exception indicates that BeanUtils is unable to convert the String value from the HTTP request to whatever type setXXX is expecting. If you're hoping to have a HibernateObject instance automatically c

Populating the form

2005-09-08 Thread miloslav . vlach
Hello, I have problem with form. I have form with Hibernate attribute XXX. The form has method getXXX, setXXX and getAllXXX. I'm using this jsp snipplet: When I submit the form, then I recieve this an exception (see bottom) My questing: Is possible to save a Hibernate objects? The met