I have grid and an ActionLink is embedded, I'd like to specify a zone for the actionLink so that when it is clicked, the current row will be refreshed, is this possible? Thanks
<table t:type="grid" source="invites" model="model" row="object" > <t:parameter name="sendCell"> <t:actionLink t:id="Send" context="object.id" zone="?">Send</t:actionLink> </t:parameter> </table> -- View this message in context: http://www.nabble.com/T5%3A-current-row-as-zone--tp16267038p16267038.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]