I have placed this string in one of my struts action
    session.setAttribute("mylist","<li>List 1</li><li>List 2</li>");

I tried displaying it using 
    <bean:write name="mylist"/>

I't showed the content but changed the supposed tag charcters "<" & ">" with "&gt;" 
and "&lt;"

how can i display the correct tag <li>

thanks

Reply via email to