I have a very simple page (
http://www.pastebin.ca/1482646). This HTML
code was from a "view source code" of a mach-ii event that displays a
form. I also created a new "test.cfm" file using the HTML as its
contents. this test.cfm is outside of mach-ii or any framework. It is
located in a test folder in my webroot.
If I pressed "submit" (using mach-ii version), line 40 in the HTML
code above will be displayed thrice. In all the 3 instances, the value
of tempCounter stays the same.
If pressed submit on my standalone test.cfm, line 40 will be displayed
only 1 which is correct.
Any idea on what is happening on the mach-ii version?
thank you very much for the help :)