Hi,

say I have a code:

void onActionFromUpdateMode(String mode) {
                System.out.println(mode);
}

then I'd like to have this in the page:

<t:if test="mode">
   switch off 
</t:if>
<t:unless test="mode">
   switch mode 
</t:unless>


but I got this error:

Embedded component ids must be unique,

any help? thanks,

Angelo




--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/multiple-actionlink-with-same-ID-in-one-page-tp5715216.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to