[richfaces-issues] [JBoss JIRA] Created: (RF-7064) Editor: exception if input html source in SeamTextMode.

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Fri May 8 07:19:47 EDT 2009


Editor: exception if input html source in SeamTextMode.
-------------------------------------------------------

                 Key: RF-7064
                 URL: https://jira.jboss.org/jira/browse/RF-7064
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.1
         Environment: 3.3.1.CR3
            Reporter: Alexander Dubovsky
            Assignee: Nick Belaevski


# Open richfaces-demo on editor page. 
# Switch to "Text Area" mode and select "Use Seam Text" check box
# Input following html source in editor:
<p>
An ordered list:
</p>
<ol>       
<li>first item</li>
<li>second item</li>
<li>and even the <i>third</i> item</li>
</ol>
<p>
An unordered list:
</p>
<ul>
<li>an item</li>
<li>another item</li>
</ul>

OR just

<h1>header</h1>

OR any html example except 1th from http://docs.jboss.com/seam/2.1.0.SP1/reference/en-US/html/text.html
# Rerender editor, e.g. switch to "WYSIWYG mode"
Result: javax.faces.convert.ConverterException: An error occurred during conversion seam text to html


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list