Hi I have an actionlink with in a loop as given below, and the action link refreshes the same page with some additonal data in it, everything works fine, Now i wanted to differenciate the link that was clicked (by changing the color or so) how do i do that with in the loop, to check which link was selected in last action and now display that link with different color.
<t:loop source="applicationList" value="currentApplication" encoder="applicationEncoder"> <li><t:actionlink t:id="showDetails" conntext="currentApplication.id">${currentApplication.applicationName}</t:actionlink></li> </t:loop> Note: Values for the loop is loaded dynamically from database, so i cannot have one property to check for If condition like <t:if t:test="">. Please suggest. -- View this message in context: http://old.nabble.com/Differentiate-the-Actionlink-with-in-a-loop-tp27217181p27217181.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