I have a Person entity (hibernate mapped) that can own multiple
"items".  I'm using a bean edit form on the variable _item in the
following:

during setRender, I do

_item = new Item();
_item.setOwner(person);

In my save method, I have

onSubmit ()
{
 _dao.saveOrUpdate (_item);
}

I then get the error in the subj line of this e-mail.  Any ideas?

Bill

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

Reply via email to