myForm.html
In firefox, I can exectue "http://XXXXXXXXXXXXXX:8080/myapp/INTEGRATIONSERVLETTEST/INTEGRATIONSERVLETTEST?foo=hello&bar=world&action=TESTACTION" All looks ok, I get the response back that I expect.
output from hitting action
my
unit test:
stack trace
my tcpip monitor is showing that I am pulling myForm.html When I run the unitest.When I add debug statements for any param they show up correctly.my ethernet sniffer shows no request to myapp/INTEGRATIONSERVLETTEST/INTEGRATIONSERVLETTESTI get a null pointer exception at the testform.submit().
My reading of the WebForm api is that WebForm.submit() will submit the form to the server at the address in the form action attribute. Any idea what I am doing wrong???