Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Render HTML from database to JSP

843838Aug 14 2005 — edited Aug 14 2005
Hello!

I have html strings stored in a database, when I retrieve the html string and send the string through a struts form bean to the jsp, I see html tags in the resulting html render, it does not render the tags (explode the tags) for ex bold appears as tag in the output
<b>test</b>
and not as test.

How do I get the htmel string from the form bean to render in an hteml as normal html and not physical tags?

Thanks for your help.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 11 2005
Added on Aug 14 2005
3 comments
385 views