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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion