In my application, an HTML form has a hyperlink that on an onClick event,
calls the Javascript function in the .js file which in turn performs a
form.submit(). For some inexplicable reason, the screen class as specified
in the action URL gets invoked 3 times!!!
On the other hand, when the same URL is assigned to the action attribute of
the HTML form and the form is submitted via the usual submit button and not
the hyperlink-Javascript combination, the screen class gets invoked
correctly and only once.
It seems that this is a Javascript issue and maybe unrelated to Turbine but
thought it would be prudent to check with this list.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re: Screen class getting executed thrice Akshay Kapur
- Re: Screen class getting executed thrice Rodrigo Reyes
- RESOLVED: Screen class getting executed thrice Akshay Kapur
