[richfaces-issues] [JBoss JIRA] Created: (RF-5108) Editor: exception after rerender empty editor in case useSeamText="true"

Alexander Dubovsky (JIRA) jira-events at lists.jboss.org
Thu Nov 27 09:51:36 EST 2008


Editor: exception after rerender empty editor in case useSeamText="true"
------------------------------------------------------------------------

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


# Set useSeamText="true" and viewMode="visual"
# Open page with editor, clear it and rerender.
Result: following exception:

ERROR [viewhandler] Error Rendering View[/pages/Rich/Rich.xhtml]
javax.faces.convert.ConverterException: An error occurred during conversion seam text to html
	at org.richfaces.convert.seamtext.DefaultSeamTextConverter.getAsString(DefaultSeamTextConverter.java:96)
	at org.ajax4jsf.util.InputUtils.getConvertedStringValue(InputUtils.java:114)
	at org.richfaces.renderkit.EditorRendererBase.getConvertedStringValue(EditorRendererBase.java:87)
	at org.richfaces.renderkit.EditorRendererBase.getFormattedComponentStringValue(EditorRendererBase.java:117)
	at org.richfaces.renderkit.html.EditorRenderer.doEncodeEnd(EditorRenderer.java:234)
...........................
Caused by: line 1:3: unexpected token: &
	at org.jboss.seam.text.SeamTextParser.startRule(SeamTextParser.java:648)
	at org.richfaces.convert.seamtext.DefaultSeamTextConverter.getAsString(DefaultSeamTextConverter.java:91)
	... 76 more

-- 
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