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