You have to make sure your changes go on within a transaction.  I'm going to
add transaction-per-request support in Tapernate soon.

-----Original Message-----
From: Andreas Bulling [mailto:[EMAIL PROTECTED] On Behalf Of
Andreas Bulling
Sent: Friday, April 28, 2006 10:31 AM
To: Tapestry users
Subject: One question concerning Tapernate

Hi folks,

after having successfully changed my web application to Tapernate
(Honeycomb just didn't work for me and it was too complex to
change everything so that it works) there is one problem
left I don't know a solution to:

Using Persist("entity") on all the edit-pages doesn't seem
to work as the new values don't get assigned to the database
object. JFYI: The form on the page directly changes the
properties of the object, probably that's the problem?
Unfortunately I can't use Persist("session") on these
pages as I need to have access to a collection property
of the database object in another TabPanel tab and
I get LazyInitializationExceptions if I use the session scope.

Kind regards,
  Andreas

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



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

Reply via email to