Re: Re: ActionLink in bundle message

2009-07-10 Thread nille hammer
Hi Kai, instead of ActionLink use EventLink, if you can. The tml would look like: more more I´d use a more "eventish" name for the event. How about "detailClicked"? Regards, nillehammer == http://www.winfonet.eu - original Nachricht ---- Betreff: Re: ActionLi

Re: ActionLink in bundle message

2009-07-09 Thread Kai Weber
Thiago H. de Paula Figueiredo wrote: > On Tue, Jul 7, 2009 at 12:15 PM, shymon wrote: > >> I have message with parameter which I replace using messages.format method. >> I also create link object with createEventLink() and element using Element >> class. >> It almost works, but link created this

Re: ActionLink in bundle message

2009-07-07 Thread shymon
Thiago H. de Paula Figueiredo wrote: > > On Tue, Jul 7, 2009 at 12:15 PM, shymon 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

Re: ActionLink in bundle message

2009-07-07 Thread Thiago H. de Paula Figueiredo
On Tue, Jul 7, 2009 at 12:15 PM, shymon wrote: > I have message with parameter which I replace using messages.format method. > I also create link object with createEventLink() and   element using Element > class. > It almost works, but link created this way has no id so I cannot handle only > it's