[
https://issues.jboss.org/browse/RF-13708?page=com.atlassian.jira.plugin.s...
]
Juraj Húska commented on RF-13708:
----------------------------------
It is caused by _binding_ the {{rich:tree}} component to a backing bean by its {{binding}}
attribute. When I remove this binding, the error does not occur (however other
functionality dependent on it does not work).
Afaik binding is not recommended in RichFaces application. Am I right [~bleathem] ?
If so, I consider this as a example application bug, not the framework one. Thus not
critical.
Photoalbum: refresh over index page throws error
------------------------------------------------
Key: RF-13708
URL:
https://issues.jboss.org/browse/RF-13708
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: examples
Affects Versions: 4.3.6, 4.3.7, 4.3.8
Environment: container: JBoss EAP 6.3.0.ER8, other EAPS as well
browsers: all
Reporter: Juraj Húska
Labels: photoalbum
Fix For: 4.5-Tracking
Refresh over index page of Photoalbum throws:
{code}
14:31:05,563 SEVERE [javax.enterprise.resource.webcontainer.jsf.renderkit]
(http-/127.0.0.1:8080-5) javax.faces.FacesException: Component ID
overForm:PreDefinedTree:j_idt273 has already been found in the view. :
javax.faces.FacesException: Component ID overForm:PreDefinedTree:j_idt273 has already been
found in the view.
at com.sun.faces.context.ExceptionHandlerImpl.handle(ExceptionHandlerImpl.java:139)
[jsf-impl-2.1.28.redhat-3.jar:2.1.28.redhat-3]
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:119)
[jsf-impl-2.1.28.redhat-3.jar:2.1.28.redhat-3]
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
[jsf-impl-2.1.28.redhat-3.jar:2.1.28.redhat-3]
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:594)
[jboss-jsf-api_2.1_spec-2.1.28.Final-redhat-1.jar:2.1.28.Final-redhat-1]
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:295)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:214)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:231)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:149)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at
org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50)
[jboss-as-jpa-7.4.0.Final-redhat-17.jar:7.4.0.Final-redhat-17]
at
org.jboss.as.jpa.interceptor.WebNonTxEmCloserValve.invoke(WebNonTxEmCloserValve.java:50)
[jboss-as-jpa-7.4.0.Final-redhat-17.jar:7.4.0.Final-redhat-17]
at
org.jboss.as.web.security.SecurityContextAssociationValve.invoke(SecurityContextAssociationValve.java:169)
[jboss-as-web-7.4.0.Final-redhat-17.jar:7.4.0.Final-redhat-17]
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:145)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:97)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:102)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:344)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:856)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:653)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:926)
[jbossweb-7.4.7.Final-redhat-1.jar:7.4.7.Final-redhat-1]
at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_55]
{code}
After this error application cease to work.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)