7 Replies Latest reply on Mar 6, 2009 9:16 AM by thiruneela

    using rich:editor

    thiruneela

      Hi!

      I am using rich:editor in my page for composing seam mail. My problem is whatever changes I do to text(such as bold, italic, size, etc) should be the same when they are sent to any recipient. In this application I am using a bean with property message(String). Rich editor value is set to this message property. When it reaches the destination, the messages are displayed in some code format such as

      <strong>Hello</strong> for bold
      <p>for para</p> etc...
      

      I want them to be displayed according to text format set in rich editor.
      How can I do it?
      Please assist me?

      regards,
      Thiru