Re: Render whole table grid row as a link?

2012-11-11 Thread Lance Java
) topChildren.get(topChildren.size() - 1); Element tbody = div.find(table/tbody); -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link-tp5717388p5717909.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Render whole table grid row as a link?

2012-11-11 Thread Lance Java
. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link-tp5717388p5717913.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

Re: Render whole table grid row as a link?

2012-11-09 Thread membersound
) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) java.lang.Thread.run(Thread.java:722) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link-tp5717388p5717893.html Sent from the Tapestry - User mailing list archive

Re: Render whole table grid row as a link?

2012-11-01 Thread membersound
at all. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link-tp5717388p5717506.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: Render whole table grid row as a link?

2012-11-01 Thread Lance Java
I implemented it that way, but rowclicks are not recognized at all. I'm assuming you are at the stage where tapestry is complaining about a missing mixin named rowEvent? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link

Re: Render whole table grid row as a link?

2012-11-01 Thread membersound
OK i placed it in the mixins package, and /now/ Tapestry complains about missing rowEvent class :( -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link-tp5717388p5717513.html Sent from the Tapestry - User mailing list archive

Re: Render whole table grid row as a link?

2012-11-01 Thread Lance Java
-libraries.html) Have you given tapestry the info it needs to be able to find the mixin (ie the basepackage) -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link-tp5717388p5717514.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: Render whole table grid row as a link?

2012-11-01 Thread Lance Java
-whole-table-grid-row-as-a-link-tp5717388p5717515.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

Re: Render whole table grid row as a link?

2012-11-01 Thread membersound
(ComponentPageElementImpl.java:375) at org.apache.tapestry5.internal.structure.ComponentPageElementImpl$AbstractPhase.invoke(ComponentPageElementImpl.java:143) ... 87 more -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link

Re: Render whole table grid row as a link?

2012-11-01 Thread Lance Java
://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link-tp5717388p5717521.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Render whole table grid row as a link?

2012-10-29 Thread membersound
this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link-tp5717388.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Render whole table grid row as a link?

2012-10-29 Thread Lance Java
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

Re: Render whole table grid row as a link?

2012-10-29 Thread Lance Java
' }), rowId, eventLink); } } } Usage: t:grid source=... mixins=rowEvent event=rowClicked public void onRowClicked(RowType rowContext) { // do stuff } -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-table-grid-row-as-a-link