1 Reply Latest reply on May 6, 2009 4:02 AM by ilya_shaikovsky

    rich:editor and 'usable' html for lists

      Hi!

      I am using the rich:editor of RichFaces 3.3.1 CR2 in my Seam application to enable the users to write comments on certain articles.

      It works great aside from the generation of bullets, because the bullet list isn't rendered as '' but instead of '=' in front of the point.

      Is there a way to either get the editor to output html that is displayable inside a <h:outputText escape="false"> element, or is it possible to get the outputText to show the bullets in that format?

      Thank you in advance!