To achieve this effect, I've defined a mixin class that, after the component has rendered, finds each row in the rendered element and then adds in an attribute analogous to your example below.
Its far from glamourous (and certainly not as robust as one would like), but it does the trick. Jean-Philippe Steinmetz-2 wrote: > > That's actually not quite what I'm looking for but I guess it'll have to > do. > I'm actually looking for a way to click the entire row. For instance the > output HTML could be... > > <table> > <tr onclick="window.location.assign('itemdetail/34')"> > <td>Item 34</td> > <td>Blah</td> > </tr> > <tr onclick=" window.location.assign('itemdetail/16')"> > <td>Item 16</td> > <td>blah blah blah</td> > </tr> > </table> > > -- View this message in context: http://www.nabble.com/-T5--Linkable-rows-with-Grid-component-tf4519155.html#a12906019 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]