kitty - 2005-03-07

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