[JBoss JIRA] Created: (RF-5108) Editor: exception after rerender empty editor in case useSeamText="true"
by Alexander Dubovsky (JIRA)
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
16 years, 1 month
[JBoss JIRA] Created: (RF-4311) SuggestionBox: incorrect behavior in Opera.
by Alexander Dubovsky (JIRA)
SuggestionBox: incorrect behavior in Opera.
-------------------------------------------
Key: RF-4311
URL: https://jira.jboss.org/jira/browse/RF-4311
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: richfaces-demo, test application, 3.2.2.BETA5, Opera 9.52
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Priority: Minor
# Open demo application on Suggestion Box page in Opera
# Input e.g. 'a' character -> suggest pop up appears
# Move selection in pop up using keyboard
Result: selection skips the next element (e.g. was 1th and stay 3th) - this is incorrect
# Select any element
Result: cursor moves to the begin of input. Actually it should stay in the end.
--
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
16 years, 1 month
[JBoss JIRA] Created: (RF-5082) seamApp does not work with last SNAPSHOT of richFaces
by Alexander Dubovsky (JIRA)
seamApp does not work with last SNAPSHOT of richFaces
-----------------------------------------------------
Key: RF-5082
URL: https://jira.jboss.org/jira/browse/RF-5082
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: seam 2.0.1.GA, jboss 4.2.2.GA
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Exception while starting jboss:
ERROR [[/seamApp]] Exception sending context initialized event to listener instance of class org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
java.lang.NoClassDefFoundError: org/ajax4jsf/component/UIQueue
at java.lang.Class.getDeclaredConstructors0(Native Method)
at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
at java.lang.Class.getConstructor0(Unknown Source)
at java.lang.Class.newInstance0(Unknown Source)
at java.lang.Class.newInstance(Unknown Source)
at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1001)
at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:1073)
at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:493)
at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:381)
at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:69)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3856)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4361)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:790)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:770)
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
etc.....
--
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
16 years, 1 month