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
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
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
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