I'm a new Tomcat user, and I have a question regarding outputting HTML special characters from the database. What I am trying to do is use a Stored Procedure in the database to construct a "Navigational Tree" of <DIR> and <LI> tags, mixed in with <a hrefs>. The problem is, when I pull this out using JDBC, it converts it to <, etc. - i.e. the representation of the html special characters. I end up seeing all the <DIV> and other tags in the browser. Is there an easy way to tell JDBC/Tomcat not to convert the characters?
Thanks, Ross __________________________________________________ Do you Yahoo!? Yahoo! Web Hosting - establish your business online http://webhosting.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
