On Tue, 20 Sep 2016 13:24:08 -0300, Nathan Quirynen <[email protected]> wrote:

|You can do something like the following: void onActivate(EventContext
eventContext) { |
||if(eventContext.getCount() == 1) { ... } ||||if(eventContext.getCount() == 2) { ... } ||||if(eventContext.getCount() == 3) { ... } ... |||||

} |

Exactly. If you end up having more than one onActivate() in the same page class, you should instead have just one with a single EventContenxt parameter.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to