Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Namespace prefix used but not declared

Srikant Subramaniam-OracleMar 30 2010 — edited Mar 31 2010
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 28 2010
Added on Mar 30 2010
3 comments
2,705 views