Re: T5: CommitAfter and service method

2008-08-02 Thread Howard Lewis Ship
It does, but it is necessary to apply a service decorator to the service for this to work. The tapestry-hibernate documentation has examples. On Fri, Aug 1, 2008 at 10:13 PM, Angelo Chen <[EMAIL PROTECTED]> wrote: > > Hi, > > Does CommitAfter annotation work with service method as documented in >

T5: CommitAfter and service method

2008-08-01 Thread Angelo Chen
Hi, Does CommitAfter annotation work with service method as documented in http://tapestry.formos.com/nightly/tapestry5/tapestry-hibernate/ ? I tried this with dispatcher but objects were not saved: @CommitAfter public boolean dispatch(Request request, Response response) throws IOExceptio