The save button is disabled when the user clicks more then once, but I got the following HTTPUNIT exception when the button is stimulated the first time.
com.meterware.httpunit.ScriptException: Event
'javascript:document.SystemProperties.save.disabled=true' failed:
org.mozilla.javascript.EvaluatorException: The undefined value has no
properties. (httpunit; line 1177)
It is caused by the line
onclick="javascript:document.SystemProperties.save.disabled=true" in jsp file
anybody has any idea, I have seen similiar question post in the forum, but doesn't seen any reply.
Kitty
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
The save button is disabled when the user clicks more then once, but I got the following HTTPUNIT exception when the button is stimulated the first time.
com.meterware.httpunit.ScriptException: Event
'javascript:document.SystemProperties.save.disabled=true' failed:
org.mozilla.javascript.EvaluatorException: The undefined value has no
properties. (httpunit; line 1177)
It is caused by the line
onclick="javascript:document.SystemProperties.save.disabled=true" in jsp file
anybody has any idea, I have seen similiar question post in the forum, but doesn't seen any reply.
Kitty