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
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
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
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:
= (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
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
: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
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-
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
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
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
(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
-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
-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
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
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
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
%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
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.
--
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
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
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
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.
23 matches
Mail list logo