I am using struts 1. I have a textbox like this
<html:text name="test" property="testProperty" size="10" onBlur="someJavascriptFunc()" />
Its throwing an error while compiling
Attribute onBlur invalid for tag text according to TLD
How can I invole this javascript function?