Thanks Armand.
Returning 'this' works great !
Stephane
Francois Armand a écrit :
Stephane Decleire wrote:
correct behavior of event bubbling in T5 (i mean handlers which
returns null values do not catch the event) ?
If yes, what is the solution for an handler to both catch the event
and show the same page to the user ?
Returning a non null value is the think to do, see :
http://tapestry.apache.org/tapestry5/tapestry-core/guide/event.html
If you want to return the same page, just return the page object
(available thanks to ComponentResources#getPage() ).
Perhaps if you return this, T5 will do the job for you.