Re: Database transaction

2008-04-28 Thread BJ Freeman
voke="editResourceHeaderList"/> > > > > > In my editResourceHeaderList function, I will remove > old record and create a new record. How can I make > sure two steps in one database transaction? > > GenericValue oldResourceHeaderList = > delegator.findByPrimaryKe

Database transaction

2008-04-28 Thread acec acec
In my controller.xml, I defined the following request-map, which event type is java. In my editResourceHeaderList function, I will remove old record and create a new record. How can I make sure two steps in one database transaction? GenericValue oldResourceHeaderList