Re: T5 actionlink id uniqueness

2008-07-03 Thread Ulrich Stärk
Have a look at the @OnEvent annotation. If you omit the component part it will trigger for the specified event type of all components. Uli Am Do, 3.07.2008, 12:43, schrieb Udo Abel: > Hi, > > there are often situations where you may want to put the same actionlink > (same event handler) on severa

Re: T5 actionlink id uniqueness

2008-07-03 Thread Geoff Callender
Try EventLink. Geoff On 03/07/2008, at 8:43 PM, Udo Abel wrote: Hi, there are often situations where you may want to put the same actionlink (same event handler) on several places of a page (e.g. navigation buttons on top and bottom of a page). Yet T5 does not allow two actionlinks to h

T5 actionlink id uniqueness

2008-07-03 Thread Udo Abel
Hi, there are often situations where you may want to put the same actionlink (same event handler) on several places of a page (e.g. navigation buttons on top and bottom of a page). Yet T5 does not allow two actionlinks to have the same id so they target the same event handler. How can that be