6 Replies Latest reply on Dec 7, 2011 7:08 AM by maruthyshetty

    Displaying HTML formatted text

      Hello,


      Is there a possibility to display an HTML-formatted text contained in the context variable via EL or some Seam/JSF tags?


      For example:


      <div>
        #{myBean.htmlFormattedText}
      </div>



      This construct displays the text with all corresponding HTML tags (sure).


      And I need somehow to display this text in the formatted way...


      Can you please help me?


      It seems that <s:formattedText> doesn't work for this specific case.


      Thanks,
      Oleg