Re: Table Grid

2020-09-05 Thread Andreas Ernst
Am 05.09.20 um 09:12 schrieb Andreas Ernst: Am 05.09.20 um 08:59 schrieb Andreas Ernst: Hi, it seems that the Table Grid crashes with more that 300 000 rows. Testet with 5.5.0 and 5.6.0. I used Payara Server 5.201 and 5.2020.4. The server died sometimes with error message like [ERROR

Re: Table Grid

2020-09-05 Thread Andreas Ernst
Am 05.09.20 um 08:59 schrieb Andreas Ernst: Hi, it seems that the Table Grid crashes with more that 300 000 rows. Testet with 5.5.0 and 5.6.0. I used Payara Server 5.201 and 5.2020.4. The server died sometimes with error message like [ERROR] TapestryModule.RequestExceptionHandler

Table Grid

2020-09-05 Thread Andreas Ernst
Hi, it seems that the Table Grid crashes with more that 300 000 rows. Testet with 5.5.0 and 5.6.0. I used Payara Server 5.201 and 5.2020.4. The server died sometimes with error message like [ERROR] TapestryModule.RequestExceptionHandler Processing of request failed with uncaught exception

Re: Render whole table grid row as a link?

2012-11-11 Thread Lance Java
Lance. -- 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:

Re: Render whole table grid row as a link?

2012-11-11 Thread Lance Java
= (Element) 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 a

Re: Shorten CSS selector styles for table grid?

2012-11-09 Thread Pavel Vodenski
it where a T5 question as T somehow forces us to use those > selector statements by the way the framework is build. So I thought I'd get > answers on this more quickly here... > > > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Shorten-CS

Re: Render whole table grid row as a link?

2012-11-09 Thread membersound
:1110) 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 archi

Re: Shorten CSS selector styles for table grid?

2012-11-09 Thread membersound
OK I thought it where a T5 question as T somehow forces us to use those selector statements by the way the framework is build. So I thought I'd get answers on this more quickly here... -- View this message in context: http://tapestry.1045711.n5.nabble.com/Shorten-CSS-selector-styles-for-

Re: Shorten CSS selector styles for table grid?

2012-11-09 Thread Thiago H de Paula Figueiredo
This is a pure CSS question, so it's off-topic here. This is actually a mailing list, not a forum (Nabble is just a forum interface for the mailing list, and a good one), so we, subscribers of the Tapestry users mailing list, we want to receive in our e-mail inboxes messages that are about

Shorten CSS selector styles for table grid?

2012-11-09 Thread membersound
always have to write the full selector statement like: table.t-data-grid thead tr th.depot, table.t-data-grid thead tr th.amount ... { } Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/Shorten-CSS-selector-styles-for-table-grid-tp5717859.html Sent from the

Re: Render whole table grid row as a link?

2012-11-01 Thread Lance Java
ext: http://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

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
-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 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 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 at

Re: Render whole table grid row as a link?

2012-11-01 Thread Lance Java
cking the grid > 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-who

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-10-29 Thread Lance Java
%s', 'click', function() { window.location.href = '%s' })", rowId, eventLink); } } } Usage: public void onRowClicked(RowType rowContext) { // do stuff } -- View this message in context: http://tapestry.1045711.n5.nabble.com/Render-whole-ta

Re: Render whole table grid row as a link?

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

Render whole table grid row as a link?

2012-10-29 Thread membersound
Hi, is it possible to just make a whole row of a table grid clickable? I know how to apply a t:pagelink to the text of a specific entry. But for this the link is only executed if I click on the text directly. How can I just click somewhere on that row? Or is this ever possible? Thanks -- View

Re: T5: select within table grid

2008-05-20 Thread Axel Mannhardt
n, but I have not found it by now. The next step I would take would be looking if I really have to use a griddatasource and if avoiding it solves the problem. Axel -- View this message in context: http://www.nabble.com/T5%3A-select-within-table-grid-tp17145791p17355123.html Sent from the Tapestr

Re: T5: select within table grid

2008-05-09 Thread Marcus
Hi Axel. Maybe this help, "Adding Columns Example" at http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/Grid.html Marcus

T5: select within table grid

2008-05-09 Thread Axel Mannhardt
private Long _slotPosition; private PositionSelection _selectedPosition; public Long getSlotPosition() { //getter and setter omitted } -- View this message in context: http://www.nabble.com/T5%3A-select-within-table-grid-tp17145791p17145791.