Hi, I'm trying to integrate some client side verification using Javascript in an existing
JSP page and this is the error i get:
org.apache.jasper.JasperException: /pages/kv2cmod.jsp(188,0) Attribute ONCHANGE invalid for tag select according to TLD
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:238)
org.apache.jasper.compiler.Validator$ValidateVisitor.checkXmlAttributes(Validator.java:975)
org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:696)
I see the onchange attribute defined in the files "Struts-html.tld" and "Struts-nested.tld".
How should I proceed?
Thanks and regards
ravi