Hi All,

I've been developing a complicated "overview" form for my application and created a separate Action class for it. However, once the user has selected an object on that form, they use a "normal" CRUD form to edit it and save that to the "normal" CRUD action for that object.

However, when I try and save from the edit form, I get a Hibernate error "Write operations are not allowed in read-only mode (FlushMode NEVER/MANUAL)...". When accessed via the normal CRUD listing form, this edit form works fine.

I suspect my problem is that I'm starting off from one action and finishing up trying to save my object via another object. Is this correct? If so, do I need to re-engineer my original CRUD object to also handle my "overview" form, or is there another way around this problem?

TIA,

Rob Hills
Waikiki, Western Australia

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

Reply via email to