Thiago H. de Paula Figueiredo wrote:
> 
> On Tue, Jul 7, 2009 at 12:15 PM, shymon<shym...@poczta.onet.pl> wrote:
> 
> You don't need a component id to handle its event: just handle the
> event normally:
> 
> @OnEvent("nameOfYourEvent")
> void handle() {...}
> 
> If you create more than one event link this way, generate their links
> with different event names or provide some activation context to them.
> 
> 

I have done it this way for now. It's simple and good enough.
Was just wondering if I am missing something, and can learn sth. new :)


-- 
View this message in context: 
http://www.nabble.com/ActionLink-in-bundle-message-tp24375267p24376097.html
Sent from the Tapestry - User 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

Reply via email to