On Apr 16, 2004, at 5:07 PM, Joel McConaughy wrote:


I am having trouble using the result of a hibernate query in a woody form.

ha ha, as it so happens I am up to my elbows in Hibernate today, too... :-)


I'm trying to do the following:

1. Generate the bean from a hibernate mapping file using hbm2java.
2. Load the entire contents of a table using hibernate -- obj = hs.find(queryString).
3. Use the resulting object as the form model for woody -- form.load(obj).
4. Save the (possibly) edited results -- hs.save(obj);


I think I have datatype problems but not sure how to fix them. I've attached the flowscript code, exception text, form definition and bean class. Any help will be GREATLY appreciated. Thanks in advance.

What does your form binding document look like? ~mark


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



Reply via email to