I forgot to paste in the JavaDocs link: http://tapestry.apache.org/tapestry5.1/apidocs/org/apache/tapestry5/annotations/OnEvent.html
Olle Hallin Senior Java Developer and Architect olle.hal...@crisp.se www.crisp.se http://www.linkedin.com/in/ollehallin 2009/12/14 Olle Hallin <olle.hal...@hit.se> > It is. > > Add this to your page/component class: > > @OnEvent @Log public void onEvent() {} > > and watch the log file for the stream of events that are fired against this > (catch-all) event handler. > > Olle Hallin > Senior Java Developer and Architect > olle.hal...@crisp.se > www.crisp.se > http://www.linkedin.com/in/ollehallin > > > > 2009/12/14 marioosh.net <marioosh....@gmail.com> > > >> >> Inge Solvoll wrote: >> > >> > Check out this one! >> > >> > >> http://chenillekit.codehaus.org/chenillekit-tapestry/ref/org/chenillekit/tapestry/core/mixins/OnEvent.html >> > >> >> Thanks:) >> But... I see, that is a addition to tapestry. Why is not in native >> Tapestry >> 5 ? :( >> >> -- >> View this message in context: >> http://n2.nabble.com/newbie-EventListener-in-Tapestry-5-tp4163378p4163622.html >> Sent from the Tapestry Users mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org >> For additional commands, e-mail: users-h...@tapestry.apache.org >> >> >