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 done without duplicating event handlers?

Udo.
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 have the same id so they  
target the same event handler.


How can that be done without duplicating event handlers?

Udo.
--
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 done without duplicating event handlers?

 Udo.
 --
 Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
 Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]