Thiago H. de Paula Figueiredo wrote:
> 
> 
> When your page class ends up having more than one onActivate method, most  
> of the time it is a better idea to have a single onActivate(EventContext  
> e). Take a look at  
> http://tapestry.apache.org/tapestry5/apidocs/org/apache/tapestry5/EventContext.html.
> 
> 

I was just playing with activation context. Finally I replaced all
onActivate methods with one
taking object array as argument: onActivate(Object[] aParams). But now I
will give EventContext a try.

Thanks once again :),
Shymon

-- 
View this message in context: 
http://www.nabble.com/T5%3A-Multiple-handlers-for-one-event---calling-order-tp20239292p20251045.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to