Hi Josh,
Thanks for the correction. I will implement.
Cheers
-Original Message-
From: Josh Canfield
Reply-to: "Tapestry users"
To: Tapestry users , r...@su3analytics.com
Subject: Re: Actionlinks with the same t:id
Date: Mon, 6 Dec 2010 09:09:30 -0800
> Thanks for the re
From: Kristian Marinkovic
> Reply-to: "Tapestry users"
> To: Tapestry users
> Subject: Re: Actionlinks with the same t:id
> Date: Mon, 6 Dec 2010 12:22:38 +0100
>
> Use a EventLink instead and define a custom event.
>
> @Component(parameters= {"event=menu"
Actually no it's a static list, that's basically the source of my issue.
But yes considering switching to a dynamic list.
R.
-Original Message-
From: Kristian Marinkovic
Reply-to: "Tapestry users"
To: Tapestry users
Subject: Re: Actionlinks with the same t:id
D
i guess you are using a loop to generate a unordered list.
just place the eventlink into the loop and everything should be fine :)
g,
kris
Von:Richard Hill
An: Tapestry users
Datum: 06.12.2010 16:16
Betreff:Re: Actionlinks with the same t:id
Hi Kris,
Thanks for the
d.
Cheers
-Original Message-
From: Kristian Marinkovic
Reply-to: "Tapestry users"
To: Tapestry users
Subject: Re: Actionlinks with the same t:id
Date: Mon, 6 Dec 2010 12:22:38 +0100
Use a EventLink instead and define a custom event.
@Component(parameters= {"event=me
ll
An: Tapestry users
Datum: 06.12.2010 12:15
Betreff: Actionlinks with the same t:id
Hi,
I have a menu, with 5 to 10 links, each of which I'd like to be an
actionlink to trigger a zone update.
I'd like to have just one event handler for the menu, something like:
Hi,
I have a menu, with 5 to 10 links, each of which I'd like to be an
actionlink to trigger a zone update.
I'd like to have just one event handler for the menu, something like:
public Object onActionFromMenu(int context) {
... get new results per the context...
return resultsZone.g