Actionlinks with the same t:id

2010-12-06 Thread Richard Hill
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

Re: Actionlinks with the same t:id

2010-12-06 Thread Kristian Marinkovic
An: Tapestry users users@tapestry.apache.org 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

Re: Actionlinks with the same t:id

2010-12-06 Thread Richard Hill
-Original Message- From: Kristian Marinkovic kristian.marinko...@porscheinformatik.at Reply-to: Tapestry users users@tapestry.apache.org To: Tapestry users users@tapestry.apache.org Subject: Re: Actionlinks with the same t:id Date: Mon, 6 Dec 2010 12:22:38 +0100 Use a EventLink instead

Re: Actionlinks with the same t:id

2010-12-06 Thread Kristian Marinkovic
. Cheers -Original Message- From: Kristian Marinkovic kristian.marinko...@porscheinformatik.at Reply-to: Tapestry users users@tapestry.apache.org To: Tapestry users users@tapestry.apache.org Subject: Re: Actionlinks with the same t:id Date: Mon, 6 Dec 2010 12:22:38 +0100 Use a EventLink

Re: Actionlinks with the same t:id

2010-12-06 Thread Richard Hill
@tapestry.apache.org Subject: Re: Actionlinks with the same t:id Date: Mon, 6 Dec 2010 16:24:46 +0100 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 r...@su3analytics.com

Re: Actionlinks with the same t:id

2010-12-06 Thread Josh Canfield
one handler method. Cheers -Original Message- From: Kristian Marinkovic kristian.marinko...@porscheinformatik.at Reply-to: Tapestry users users@tapestry.apache.org To: Tapestry users users@tapestry.apache.org Subject: Re: Actionlinks with the same t:id Date: Mon, 6 Dec 2010 12:22

Re: Actionlinks with the same t:id

2010-12-06 Thread Richard Hill
Hi Josh, Thanks for the correction. I will implement. Cheers -Original Message- From: Josh Canfield joshcanfi...@gmail.com Reply-to: Tapestry users users@tapestry.apache.org To: Tapestry users users@tapestry.apache.org, r...@su3analytics.com Subject: Re: Actionlinks with the same t:id