HttpUnit1.6
Struts1.2.4
I am trying to submit a form (not a
struts form though) via HttpUnit that is apparently having trouble because of the forms 'onsubmit' handler. It's a standard piece of javascript - I have verified that the javascript function exists. I guess it has issues with the 'return' or 'this' portions. I don't even care about
testing the validation script in HttpUnit, I just want to submit the form, but everytime I get an exception (see below):
HttpUnit code throws the following exception