which tags you are using to display the bean information?If you are using bean:write, then there is some option to turn of entity replacement.CHeck teh documentation for the tag...
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Monday, October 06, 2003 3:30 PM To: [EMAIL PROTECTED] Subject: insert html tags Hallo, I have bean filled form database, which contains formated text. But if I display it on page, html tags are replaced by entities (for example, < by < etc.). How I can disable it? And other question - this page contains images stored in database (in oracle's blob). I need to display it on this page. What is the best way to do it? I know, I need call some script as img.jsp which by out.println and correct header print image into page. But I need to help, by what I can read it from db, getString is not a best way I think... I do not do it in java yet. Thanks Jiri --------------------------------------------------------------------- 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]

