Namespace prefix used but not declared
New to this, so I might be missing something elementary!
I have <trh:script source="http://www.google.com/jsapi?key=key"></trh:script>
followed by <trh:script> google.load("maps", "2.x");
But I get these errors during compilation.
OracleJSP error: oracle.jsp.parse.JspParseException:
Error: oracle.xml.parser.v2.XMLParseException ( /test.jspx ):
line #:14 column #:157 : Namespace prefix 'trh' used but not declared.
line #:16 column #:25 : Namespace prefix 'trh' used but not declared.