I was wondering what the behavior is defined to be when a backend web service returns an XML document to a RestDataSource, where the following things are true:
* paging is in effect {handwave handwave}
* <startRows> is present in the output in the appropriate place
* <endRows> is present in the output in the appropriate place
* <totalRows> is OMITTED from the output
I understand what <totalRows> does. I understand that it drives paging and caching. I am effectively asking what its default value is (some big number, or something approaching zero?), or whether any errors I might encounter by virtue of omitting <totalRows> are to be interpreted as part of the defined behavior of SmartGWT and not just a happy or unhappy accident.
Thanks very much for any input.
Best,
Laird
* paging is in effect {handwave handwave}
* <startRows> is present in the output in the appropriate place
* <endRows> is present in the output in the appropriate place
* <totalRows> is OMITTED from the output
I understand what <totalRows> does. I understand that it drives paging and caching. I am effectively asking what its default value is (some big number, or something approaching zero?), or whether any errors I might encounter by virtue of omitting <totalRows> are to be interpreted as part of the defined behavior of SmartGWT and not just a happy or unhappy accident.
Thanks very much for any input.
Best,
Laird
Comment