Hi,

I left T5 for quite sometime and just came back to upgrade my 5.0.11 to
5.0.13, I notice this code which was working in 5.0.0.11 now no longer
working in 5.0.0.13:

        Announcement ann = new Announcement();
        session.save(ann);
        
the object will never be persisted unless there is commit, and I have to go
over all codes to add a commit for every page in order for the old code to
work in 5.0.13? the wisdom during the 5.0.11 time is, don't commit, leave
that job to Tapestry-Hibernate, not true any more? should it be now: commit
yourself?

Angelo
-- 
View this message in context: 
http://www.nabble.com/T5%3A-what%27s-the-new-wisdom-for-Tapestry-Hiberante-in-5.0.13--tp18086761p18086761.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to