A "plain-vanilla" data entry form. This form has NO client side validation (intentionally, so we can test the server side validation unimpeded)
Test 1: - standard form submission except there is no client side validation
Test 2: Send ID via URL - calls to the target page must come from this page (ie the url must contain the same sessID value as generated by this page) and the ID is validated as above
Test 3: Send this form data via ajax - send via ajaxcfc and display the result at the end of the page