HTML Template ERROR

Posted by Rollbase User on 19-Feb-2013 08:16

Does it also applies parsing length and execution time limitations in creating templates, particularly in HTML Templates? Consider, I have these lines in my EVAL: var example1 = rbv_api.selectQuery();.... and added another: var example2 = rbv_api.selectQuery();.... and these two queries just have different parameters. But if I remove example1 it produces result again, vice versa.

All Replies

Posted by Admin on 20-Feb-2013 00:54

Hi Jomar,



EVAL statements are sent to the JS engine on the server side, so time limitations does apply to them.



Hope this helps,

Matt

Posted by Admin on 20-Feb-2013 02:43

Are there any settings in the application which allows adding something like timeout?

This thread is closed