[jboss-user] [JBoss Seam] - Re: Need help updating multi-table dataTable - injecting lis
dhinojosa
do-not-reply at jboss.com
Fri Oct 5 17:40:14 EDT 2007
Just put a transaction annotation above your submit/update method
@TransactionAttribute(TransactionAttributeType.<YOUR_TYPE>)
public void update() {
.........
}
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4092203#4092203
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4092203
More information about the jboss-user
mailing list