I am not aware of any database escaping and am currently providing the same functionality. But if you are displaying the HTML using the <bean:write> make sure you set the filter="false" attribute or the escaping will occur.
HTH, Greg > -----Original Message----- > From: Rajat Pandit [mailto:[EMAIL PROTECTED] > Sent: Friday, November 07, 2003 5:58 AM > To: Struts Users Mailing List > Subject: HTML content > > hello, > i was wondering if the javax.sql.* packages (executeQuery(String sql)) > does some kind of manipulation to the content of text areas. i am > working on a CMS system where i am using the activex component from IE > (frontpage) to edit the pages, the HTML generated by this tool is saved > in the db. > but when i retrive it back, it comes out escaped HTML like <br> would > become < br > i wonder if anyone has had this problem. i am > desperately hunting for a solution(i am beginning to say this quite > often now). > > anyone? > thanks in advance. > > -- > > > Rajat Pandit | [EMAIL PROTECTED] > +91 612 3117606 > [ Developer and Part Time Human Being] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

