[richfaces-issues] [JBoss JIRA] Commented: (RF-10436) Panel Menu Item - doesn't fire item change listener when @bypassUpdates or @immediate is true when @mode=ajax

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Mon Feb 14 18:00:13 EST 2011


    [ https://issues.jboss.org/browse/RF-10436?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582189#comment-12582189 ] 

Nick Belaevski commented on RF-10436:
-------------------------------------

Additionally, the following exception happens on showcase (http://localhost:8080/richfaces-showcase/richfaces/component-sample.jsf?demo=tooltip&skin=wine page; try activating "This tool-tip rendered on server in separate request."): 

Feb 15, 2011 12:54:45 AM org.richfaces.context.ExtendedPartialViewContextImpl processPartialExecutePhase
SEVERE: this method shouldn't be used
java.lang.IllegalStateException: this method shouldn't be used
        at org.richfaces.component.AbstractTabPanel.isBypassUpdates(AbstractTabPanel.java:86)
        at org.richfaces.component.AbstractTogglePanel.setEventPhase(AbstractTogglePanel.java:435)
        at org.richfaces.component.AbstractTogglePanel.queueEvent(AbstractTogglePanel.java:426)
        at org.richfaces.component.AbstractTogglePanel.validate(AbstractTogglePanel.java:419)
        at org.richfaces.component.AbstractTogglePanel.executeValidate(AbstractTogglePanel.java:392)
        at org.richfaces.component.AbstractTogglePanel.processUpdates(AbstractTogglePanel.java:306)
        at org.richfaces.context.PartialViewExecuteVisitCallback.visit(PartialViewExecuteVisitCallback.java:59)
        at org.richfaces.context.BaseExtendedVisitContext.invokeVisitCallback(BaseExtendedVisitContext.java:337)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:773)
        at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
        at javax.faces.component.UIForm.visitTree(UIForm.java:269)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
        at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
        at javax.faces.component.UIComponent.visitTree(UIComponent.java:793)
        at javax.faces.component.UIComponentBase.visitTree(UIComponentBase.java:991)
        at org.richfaces.context.ExtendedPartialViewContextImpl.executeComponents(ExtendedPartialViewContextImpl.java:249)
        at org.richfaces.context.ExtendedPartialViewContextImpl.processPartialExecutePhase(ExtendedPartialViewContextImpl.java:229)
        at org.richfaces.context.ExtendedPartialViewContextImpl.processPartial(ExtendedPartialViewContextImpl.java:208)
        at javax.faces.component.UIViewRoot$UpdateModelPhaseProcessor.process(UIViewRoot.java:1412)
        at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1278)
        at javax.faces.component.UIViewRoot.processUpdates(UIViewRoot.java:761)
        at org.apache.myfaces.lifecycle.UpdateModelValuesExecutor.execute(UpdateModelValuesExecutor.java:34)
        at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:171)
        at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:189)
        at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
        at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389)
        at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
        at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
        at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
        at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
        at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
        at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
        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:534)
        at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:218)
        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:520) 

> Panel Menu Item - doesn't fire item change listener when @bypassUpdates or @immediate is true when @mode=ajax
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: RF-10436
>                 URL: https://issues.jboss.org/browse/RF-10436
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-menu
>    Affects Versions: 4.0.0.Milestone5
>         Environment:     * RichFaces 4.0.0-SNAPSHOT r.21477
>     * Metamer 4.0.0-SNAPSHOT r.21487
>     * Mojarra 2.0.3-FCS
>     * Apache Tomcat 7.0.6
>     * OpenJDK Runtime Environment 1.6.0_20-b20 @ Linux
>     * Firefox 3.6.13 @ Linux x86_64
>            Reporter: Lukas Fryc
>            Assignee: Anton Belevich
>             Fix For: 4.0.0.CR1
>
>


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list