I'm inputing html from a textarea into a database. It goes in as html (I checked), but when I output it with bean:write the <'s and >'s are outputted to the source as < and >. Anyone know how to make them be <'s and >'s IN THE SOURCE so that they render as a link or bold text to the user for example. Thanks.
P.S. filter = "false" is not what I am looking for...that changes it from & lt; to < in the source
P.S. filter = "false" is not what I am looking for...that changes it from & lt; to < in the source