Hi:
I have a Stateless Form (let us call it myForm) that looks for the value of a parameter (let us call it param1).
1) When I enter this in the Address Box of my Browser ...
http://creator.zoho.com/scriptedlogic/myApp/#Form:myForm?param1=123
... I correctly receive 123 as the value of input.param1
2) If I follow this up with ...
http://creator.zoho.com/scriptedlogic/myApp/#Form:myForm?param1=12345
... I correctly receive 12345 as the value of input.param1
3) But if I follow this up with ...
http://creator.zoho.com/scriptedlogic/myApp/#Form:myForm
... neither Firefox 3.0.11 nor Internet Explorer v7 recognize this as a change ... and do not make a call to the ZOHO website (I can tell because I have a field in the Stateless Form whose content is updated in the on Load section with zoho.currenttime)
4) If I then ask the Browser for a Reload/Refresh, http://creator.zoho.com/scriptedlogic/myApp/#Form:myForm is correctly sent to the ZOHO website
In my (humble) opinion, this is a defect in both Browsers ... however, can this be avoided if ZOHO Creator were to advise the Browser that "the content expired a few seconds after being created" ? ... would that cause the Browsers to request a "Refresh/Reload" in case (3) ?
Gaev