Hi everyone. I have a laszlo application, that executes searches using the grid component. But when I try to get the response time using the method dataset.getLoadTime() on my app, it keeps returning 'undefined'. I'm using laszlo 4.0 and tomcat 6.013.
The dataset:
<dataset id="dsSearch" name="dsSearch" type="http" request="false"
           trimwhitespace="false" querytype="post"
           onerror="classroot.serverNotAvailable()"
ontimeout="classroot.timeOut()" ondata="classroot.finishSearch()" />

and on the debugger, after executing a query, when I try to execute Debug.write(dsSearch.getLoadTime()); it returns undefined.

What is wrong in this code?
Thanks for the support, and best regards.

Rafael Mauricio Nami

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to