Bind Interceptors to Tapestry Listeners
---------------------------------------
Key: TAPESTRY-651
URL: http://issues.apache.org/jira/browse/TAPESTRY-651
Project: Tapestry
Type: New Feature
Components: Framework
Versions: 4.0
Reporter: Jian Sun
Priority: Blocker
It will be very helpful to add "Interceptor" property injection in Tapestry
pages. such as:
@InjectInterceptor ("util.TimerInterceptor, transaction.TransactionInterceptor")
public void formSubmit() {
getDao1().save();
getDao2().save();
getDao3().delete();
}
It not only looked more intuitive, It will make the whole application more
flexiable.
I knew there is a way to write a page enhancer, but definitely it need you to
dig into very basic of Tapestry and increase the learning time.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]