I have a scenario where I am creating multiple actionlink in a loop. But I want to use the same id for all the actionlinks.
Test.jsp <t:loop source="studentlist" value="student"> <t:actionlink id="rank" context="student.id"> rank ${student.rank}</t:actionlink> </t:loop> So in my Test.java I have Object onActionFromRank(final long _ student) { Now here I am getting student.id but I also want selected rank. I don’t know how to get selected rank from .tml. This is not inside form. } -- View this message in context: http://www.nabble.com/dynamic-link-in-actionlink-tp18100111p18100111.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]