This might be best handled by a mixin to the grid. The mixin would:
1. Add an id to each row in the html table markup
2. Generate an event URL for each row using
ComponentResources.createEventLink();
3. Attach an observer to each row (using the row id) which listens to the
"click" event and fires the event URL.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link-tp5717388p5717393.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