[JBoss JIRA] Created: (RF-9728) modal wizard via a4j:include
by Peter Rader (JIRA)
modal wizard via a4j:include
----------------------------
Key: RF-9728
URL: https://jira.jboss.org/browse/RF-9728
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-a4j-core
Affects Versions: 3.3.3.Final, 3.3.3.CR1, 3.3.3.BETA1, 3.3.2.SR1, 3.3.2.GA, 3.3.2.CR1, 3.3.1, 3.3.0, 3.2.2, 3.2.1, 3.2.0.SR1, 3.2.0, 3.1.6, 3.1.5, 3.1.4, 3.1.3, 3.1.2, 3.1.1, 3.1.0, 3.0.2, 3.0.1, 3.0.0
Environment: JBoss 4.3.6 JSF2 Richfaces AspectJ
Reporter: Peter Rader
Priority: Critical
I use a4j:include in rich:modalPanel to improve wizard functionality.
I use a4j:commandLink to show the modalpanel-wizard.
if i reRender the modalpanel before show, the content of the modalpanel contains "Richfaces.showModalPanel('panel')Richfaces.showModalPanel('panel')"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (RF-9390) Myfaces 2.0.2 causes test failures
by Jay Balunas (JIRA)
Myfaces 2.0.2 causes test failures
----------------------------------
Key: RF-9390
URL: https://jira.jboss.org/browse/RF-9390
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: build, third-party
Reporter: Jay Balunas
Priority: Critical
Fix For: 4.0.0.Milestone4
Results :
Failed tests:
testVisitCallback(org.richfaces.context.ExtendedPartialVisitContextTest)
Tests in error:
testStaticLibrary(org.richfaces.resource.ResourceLibraryTest)
testDynamicLibrary(org.richfaces.resource.ResourceLibraryTest)
testSubtreeIdsForWildcardIds(org.richfaces.context.ExtendedPartialVisitContextTest)
testSubtreeIdsForWildcardIdsWithLimitRender(org.richfaces.context.ExtendedPartialVisitContextTest)
testSubtreeIdsForWildcardIds2WithLimitRender(org.richfaces.context.ExtendedPartialVisitContextTest)
Tests run: 147, Failures: 1, Errors: 5, Skipped: 1
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (RF-10024) rich:tree uses restricted GAE class
by Ara Minosian (JIRA)
rich:tree uses restricted GAE class
-----------------------------------
Key: RF-10024
URL: https://issues.jboss.org/browse/RF-10024
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: component-tree
Affects Versions: 4.0.0.Milestone4
Environment: Windows 7-64, GAE 1.4.0, local mode, Java(TM) SE Runtime Environment (build 1.6.0_22-b04)
Reporter: Ara Minosian
In RichFaces demo clicking to rich:tree couses error:
Problem accessing /richfaces/component-sample.jsf. Reason:
javax.swing.tree.TreeNode is a restricted class. Please see the Google App Engine developer's guide for more details.
Caused by:
java.lang.NoClassDefFoundError: javax.swing.tree.TreeNode is a restricted class. Please see the Google App Engine developer's guide for more details.
at com.google.appengine.tools.development.agent.runtime.Runtime.reject(Runtime.java:51)
at org.richfaces.model.SwingTreeNodeDataModelImpl.children(SwingTreeNodeDataModelImpl.java:81)
at org.richfaces.component.AbstractTree.walkModelChildren(AbstractTree.java:564)
at org.richfaces.component.AbstractTree.walkModel(AbstractTree.java:550)
at org.richfaces.renderkit.TreeEncoderBase.encodeTree(TreeEncoderBase.java:96)
at org.richfaces.renderkit.TreeEncoderFull.encode(TreeEncoderFull.java:42)
at org.richfaces.renderkit.TreeRendererBase.encodeTree(TreeRendererBase.java:92)
at org.richfaces.renderkit.html.TreeRenderer.encodeChildren(TreeRenderer.java:128)
at javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:849)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1643)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1646)
at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1646)
at com.sun.faces.application.view.FaceletViewHandlingStrategy.renderView(FaceletViewHandlingStrategy.java:389)
at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:127)
at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:269)
at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:117)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:97)
at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:135)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:309)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:511)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1166)
at com.google.appengine.api.blobstore.dev.ServeBlobFilter.doFilter(ServeBlobFilter.java:58)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:43)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at com.google.appengine.tools.development.StaticFileFilter.doFilter(StaticFileFilter.java:122)
at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
at com.google.apphosting.utils.jetty.DevAppEngineWebAppContext.handle(DevAppEngineWebAppContext.java:70)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at com.google.appengine.tools.development.JettyContainerService$ApiProxyHandler.handle(JettyContainerService.java:349)
at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months