Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.1.0.BETA2
-
Component/s: ACE-Components, QA
-
Labels:None
-
Environment:Icefaces3.0 trunk revision# 29328
Server: tomcat6
Browser: FF3.6, IE8, GoogleChrome19
Last Known Working Revision#: 29287
-
Assignee Priority:P1
Description
Firefox/IE: Calendar - JS and Jquery error (IE only) and server internal error (see attached images).
To reproduce:
click on the Date textbox/calendar display button to display calendar
Jun 6, 2012 3:11:19 PM com.sun.faces.lifecycle.ProcessValidationsPhase execute
WARNING: /calendarAttribute.xhtml @84,103 listener="#{calendarBean.handleDateSelect}": Method not found: org.icefaces.calendar.CalendarBean@d8fd1a.handleDateSelect()
javax.el.MethodNotFoundException: /calendarAttribute.xhtml @84,103 listener="#{calendarBean.handleDateSelect}": Method not found: org.icefaces.calendar.CalendarBean@d8fd1a.handleDateSelect()
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109)
at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759)
at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:1174)
at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:76)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
at java.lang.Thread.run(Thread.java:619)
All Browsers: dialog - dialogAjax - server internal error (see attached images).
To reproduce:
Click the show button, and then click the X to close the dialog. Event should be triggered on close.
Jun 6, 2012 3:19:42 PM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute
WARNING: /dialogAjax.xhtml @28,78 listener="${ajaxTestBean.closeEventListener}": Method not found: org.icefaces.dialog.AjaxTestBean@1fcb845.closeEventListener()
javax.el.MethodNotFoundException: /dialogAjax.xhtml @28,78 listener="${ajaxTestBean.closeEventListener}": Method not found: org.icefaces.dialog.AjaxTestBean@1fcb845.closeEventListener()
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109)
at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:935)
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
at java.lang.Thread.run(Thread.java:619)
Firefox/Chrome: Panel - server internal error (see attached images).
To reproduce:
Click the - to toggle the panel. Event should be triggered when the panel finishes collapsing
Jun 6, 2012 3:28:55 PM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute
WARNING: /panelAjax.xhtml @28,80 listener="${ajaxTestBean.toggleEventListener}": Method not found: org.icefaces.panel.AjaxTestBean@1b8d481.toggleEventListener()
javax.el.MethodNotFoundException: /panelAjax.xhtml @28,80 listener="${ajaxTestBean.toggleEventListener}": Method not found: org.icefaces.panel.AjaxTestBean@1b8d481.toggleEventListener()
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109)
at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759)
at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:935)
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
at java.lang.Thread.run(Thread.java:619)
To reproduce:
click on the Date textbox/calendar display button to display calendar
Jun 6, 2012 3:11:19 PM com.sun.faces.lifecycle.ProcessValidationsPhase execute
WARNING: /calendarAttribute.xhtml @84,103 listener="#{calendarBean.handleDateSelect}": Method not found: org.icefaces.calendar.CalendarBean@d8fd1a.handleDateSelect()
javax.el.MethodNotFoundException: /calendarAttribute.xhtml @84,103 listener="#{calendarBean.handleDateSelect}": Method not found: org.icefaces.calendar.CalendarBean@d8fd1a.handleDateSelect()
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109)
at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759)
at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:1174)
at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:76)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
at java.lang.Thread.run(Thread.java:619)
All Browsers: dialog - dialogAjax - server internal error (see attached images).
To reproduce:
Click the show button, and then click the X to close the dialog. Event should be triggered on close.
Jun 6, 2012 3:19:42 PM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute
WARNING: /dialogAjax.xhtml @28,78 listener="${ajaxTestBean.closeEventListener}": Method not found: org.icefaces.dialog.AjaxTestBean@1fcb845.closeEventListener()
javax.el.MethodNotFoundException: /dialogAjax.xhtml @28,78 listener="${ajaxTestBean.closeEventListener}": Method not found: org.icefaces.dialog.AjaxTestBean@1fcb845.closeEventListener()
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109)
at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794)
at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:935)
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
at java.lang.Thread.run(Thread.java:619)
Firefox/Chrome: Panel - server internal error (see attached images).
To reproduce:
Click the - to toggle the panel. Event should be triggered when the panel finishes collapsing
Jun 6, 2012 3:28:55 PM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute
WARNING: /panelAjax.xhtml @28,80 listener="${ajaxTestBean.toggleEventListener}": Method not found: org.icefaces.panel.AjaxTestBean@1b8d481.toggleEventListener()
javax.el.MethodNotFoundException: /panelAjax.xhtml @28,80 listener="${ajaxTestBean.toggleEventListener}": Method not found: org.icefaces.panel.AjaxTestBean@1b8d481.toggleEventListener()
at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109)
at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178)
at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760)
at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759)
at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:935)
at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78)
at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
at java.lang.Thread.run(Thread.java:619)
Issue Links
Activity
Jerome Ruzol
created issue -
Jerome Ruzol
made changes -
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Description |
Firefox/IE: Calendar - JS and Jquery error (IE only) and server internal error (see attached images). Jun 6, 2012 3:11:19 PM com.sun.faces.lifecycle.ProcessValidationsPhase execute WARNING: /calendarAttribute.xhtml @84,103 listener="#{calendarBean.handleDateSelect}": Method not found: org.icefaces.calendar.CalendarBean@d8fd1a.handleDateSelect() javax.el.MethodNotFoundException: /calendarAttribute.xhtml @84,103 listener="#{calendarBean.handleDateSelect}": Method not found: org.icefaces.calendar.CalendarBean@d8fd1a.handleDateSelect() at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109) at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178) at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759) at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:1174) at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:76) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555) at java.lang.Thread.run(Thread.java:619) All Browsers: dialog - dialogAjax - server internal error (see attached images). Jun 6, 2012 3:19:42 PM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute WARNING: /dialogAjax.xhtml @28,78 listener="${ajaxTestBean.closeEventListener}": Method not found: org.icefaces.dialog.AjaxTestBean@1fcb845.closeEventListener() javax.el.MethodNotFoundException: /dialogAjax.xhtml @28,78 listener="${ajaxTestBean.closeEventListener}": Method not found: org.icefaces.dialog.AjaxTestBean@1fcb845.closeEventListener() at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109) at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178) at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794) at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:935) at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555) at java.lang.Thread.run(Thread.java:619) |
Firefox/IE: Calendar - JS and Jquery error (IE only) and server internal error (see attached images). To reproduce: click on the Date textbox/calendar display button to display calendar Jun 6, 2012 3:11:19 PM com.sun.faces.lifecycle.ProcessValidationsPhase execute WARNING: /calendarAttribute.xhtml @84,103 listener="#{calendarBean.handleDateSelect}": Method not found: org.icefaces.calendar.CalendarBean@d8fd1a.handleDateSelect() javax.el.MethodNotFoundException: /calendarAttribute.xhtml @84,103 listener="#{calendarBean.handleDateSelect}": Method not found: org.icefaces.calendar.CalendarBean@d8fd1a.handleDateSelect() at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109) at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178) at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759) at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:1174) at com.sun.faces.lifecycle.ProcessValidationsPhase.execute(ProcessValidationsPhase.java:76) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555) at java.lang.Thread.run(Thread.java:619) All Browsers: dialog - dialogAjax - server internal error (see attached images). To reproduce: Click the show button, and then click the X to close the dialog. Event should be triggered on close. Jun 6, 2012 3:19:42 PM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute WARNING: /dialogAjax.xhtml @28,78 listener="${ajaxTestBean.closeEventListener}": Method not found: org.icefaces.dialog.AjaxTestBean@1fcb845.closeEventListener() javax.el.MethodNotFoundException: /dialogAjax.xhtml @28,78 listener="${ajaxTestBean.closeEventListener}": Method not found: org.icefaces.dialog.AjaxTestBean@1fcb845.closeEventListener() at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109) at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178) at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:794) at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:935) at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555) at java.lang.Thread.run(Thread.java:619) Firefox/Chrome: Panel - server internal error (see attached images). To reproduce: Click the - to toggle the panel. Event should be triggered when the panel finishes collapsing Jun 6, 2012 3:28:55 PM com.sun.faces.lifecycle.ApplyRequestValuesPhase execute WARNING: /panelAjax.xhtml @28,80 listener="${ajaxTestBean.toggleEventListener}": Method not found: org.icefaces.panel.AjaxTestBean@1b8d481.toggleEventListener() javax.el.MethodNotFoundException: /panelAjax.xhtml @28,80 listener="${ajaxTestBean.toggleEventListener}": Method not found: org.icefaces.panel.AjaxTestBean@1b8d481.toggleEventListener() at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:109) at org.icefaces.ace.component.ajax.AjaxBehavior.broadcast(AjaxBehavior.java:178) at javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:760) at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:759) at javax.faces.component.UIViewRoot.processDecodes(UIViewRoot.java:935) at com.sun.faces.lifecycle.ApplyRequestValuesPhase.execute(ApplyRequestValuesPhase.java:78) at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101) at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) at javax.faces.webapp.FacesServlet.service(FacesServlet.java:593) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298) at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859) at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579) at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555) at java.lang.Thread.run(Thread.java:619) |
Jerome Ruzol
made changes -
Attachment | calender error 1.JPG [ 14525 ] | |
Attachment | calender error 2.JPG [ 14526 ] | |
Attachment | calendar error 3.JPG [ 14527 ] |
Jerome Ruzol
made changes -
Attachment | dialog - dialogAjax error.JPG [ 14528 ] | |
Attachment | panel - panel Ajax error.JPG [ 14529 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] | |
Fix Version/s | 3.1 [ 10312 ] | |
Assignee Priority | P1 | |
Assignee | Mark Collette [ mark.collette ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29368 | Thu Jun 07 12:22:15 MDT 2012 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/facelets/MethodRule.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviorHandler.java |
Ken Fyten
made changes -
Salesforce Case | [] | |
Assignee | Mark Collette [ mark.collette ] | Arturo Zambrano [ artzambrano ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #29405 | Fri Jun 08 11:56:40 MDT 2012 | mark.collette | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/facelets/MethodRule.java
MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehaviorHandler.java MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/ajax/AjaxBehavior.java |
Arturo Zambrano
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | Mark Collette [ mark.collette ] |
Ken Fyten
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mark Collette
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Ken Fyten
made changes -
Fix Version/s | 3.1.0.RC1 [ 10337 ] | |
Fix Version/s | 3.1.0.BETA2 [ 10336 ] |
Mark Collette
made changes -
Mark Collette
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mark Collette
made changes -
Mark Collette
made changes -
Mark Collette
made changes -
Mark Collette
made changes -
Salesforce Case | [] | |
Security | Private [ 10001 ] |
Mark Collette
made changes -
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
This appears to be caused by an earlier revision 29289... committed by Mark with this comment:
ICE-8180: ace:ajax - PropertyNotFoundException thrown.Also note that these issues can be reproduced with the showcase sample app., using the ace:panel Listener demo, or ace:dateTimeEntry Ajax submit demos.