Hello

I'm trying to write the content of a bean property containing html to my page, but the 
html doesn't get interpreted by the browser.
The following code works :

< div style="height: 70; width: 200; border: 1px solid black; overflow: auto;" >
    <b>hello there</b>
< /div >

but this doesn't

< div style="height: 70; width: 200; border: 1px solid black; overflow: auto;" >
 < bean:write name="hit" property="comment"/ >
< /div > 

 
Is there something special about the way text is stored in a bean property?
 
-thanks
 
/Lars Hammer
http://www.dezide.com

Reply via email to