Using http-unit 1.7.3, I am trying to set a hidden field parameter. As calling WebForm.setParameter() throws an exception on hidden field, I am calling WebForm.getScriptableObject().setParameterValue() which was working in version 1.6.2.
After upgrading, this no longer works because of the exception.
I also tried WebForm.newScriptable().set() but it does nothing (traced in code and ends up not calling any other methods).
Need help to solve this problem.
Thanks in advance!