Hi all! I've read a bit in http://www.theserverside.com/articles/article.tss?l=HivemindBuzz , and now I'm wondering if I can apply the transaction MethodInterceptor for tapestry pages?
for example, having something like:
@Transactional
public void doSubmit() {
....
}
Any ideas?
