SmartGWT 2.3 , 2.4 or 2.5 (All browsers)
Hi!
Trying to implement live pagination with LiveGrid, we get a loop of requests asking always the same set of results to the server, something like this:
2011-09-01 12:36:38,937 [DEBUG] MediatecaSmart_TEST.java:87 - Response info:
2011-09-01 12:36:38,952 [DEBUG] MediatecaSmart_TEST.java:88 - Rows: [0, 50] of 100
2011-09-01 12:36:38,952 [DEBUG] MediatecaSmart_TEST.java:89 - Status: 0
2011-09-01 12:36:39,374 [DEBUG] MediatecaSmart_TEST.java:87 - Response info:
2011-09-01 12:36:39,374 [DEBUG] MediatecaSmart_TEST.java:88 - Rows: [0, 50] of 100
2011-09-01 12:36:39,390 [DEBUG] MediatecaSmart_TEST.java:89 - Status: 0
2011-09-01 12:36:39,812 [DEBUG] MediatecaSmart_TEST.java:87 - Response info:
2011-09-01 12:36:39,827 [DEBUG] MediatecaSmart_TEST.java:88 - Rows: [0, 50] of 100
2011-09-01 12:36:39,827 [DEBUG] MediatecaSmart_TEST.java:89 - Status: 0
2011-09-01 12:36:40,249 [DEBUG] MediatecaSmart_TEST.java:87 - Response info:
2011-09-01 12:36:40,249 [DEBUG] MediatecaSmart_TEST.java:88 - Rows: [0, 50] of 100
2011-09-01 12:36:40,265 [DEBUG] MediatecaSmart_TEST.java:89 - Status: 0
I've attached the code and datasource.
Are we missing something?
Thanks in advcance.
Hi!
Trying to implement live pagination with LiveGrid, we get a loop of requests asking always the same set of results to the server, something like this:
2011-09-01 12:36:38,937 [DEBUG] MediatecaSmart_TEST.java:87 - Response info:
2011-09-01 12:36:38,952 [DEBUG] MediatecaSmart_TEST.java:88 - Rows: [0, 50] of 100
2011-09-01 12:36:38,952 [DEBUG] MediatecaSmart_TEST.java:89 - Status: 0
2011-09-01 12:36:39,374 [DEBUG] MediatecaSmart_TEST.java:87 - Response info:
2011-09-01 12:36:39,374 [DEBUG] MediatecaSmart_TEST.java:88 - Rows: [0, 50] of 100
2011-09-01 12:36:39,390 [DEBUG] MediatecaSmart_TEST.java:89 - Status: 0
2011-09-01 12:36:39,812 [DEBUG] MediatecaSmart_TEST.java:87 - Response info:
2011-09-01 12:36:39,827 [DEBUG] MediatecaSmart_TEST.java:88 - Rows: [0, 50] of 100
2011-09-01 12:36:39,827 [DEBUG] MediatecaSmart_TEST.java:89 - Status: 0
2011-09-01 12:36:40,249 [DEBUG] MediatecaSmart_TEST.java:87 - Response info:
2011-09-01 12:36:40,249 [DEBUG] MediatecaSmart_TEST.java:88 - Rows: [0, 50] of 100
2011-09-01 12:36:40,265 [DEBUG] MediatecaSmart_TEST.java:89 - Status: 0
I've attached the code and datasource.
Are we missing something?
Thanks in advcance.
Comment