[JBoss JIRA] Created: (RF-4289) extendedDataTable: Developer Demo: "view cannot be restored" error on each ajax request
by Tsikhon Kuprevich (JIRA)
extendedDataTable: Developer Demo: "view cannot be restored" error on each ajax request
---------------------------------------------------------------------------------------
Key: RF-4289
URL: https://jira.jboss.org/jira/browse/RF-4289
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: dev demo
IE 6
Reporter: Tsikhon Kuprevich
Assignee: Nick Belaevski
1. Perform some actions on the table - sorting, rerendering, changing the order of columns.
2. Refresh the page.
3. Perform any ajax action
=>
HTTP Status 500 -
--------------------------------------------------------------------------------
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: viewId:/pages/index.jsf - View /pages/index.jsf could not be restored.
javax.faces.webapp.FacesServlet.service(FacesServlet.java:270)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
root cause
javax.faces.application.ViewExpiredException: viewId:/pages/index.jsf - View /pages/index.jsf could not be restored.
com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:186)
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:104)
com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.13 logs.
--------------------------------------------------------------------------------
Apache Tomcat/6.0.13
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (RF-4045) componentControl: ajax buzzes after Ajax submit if using componentControl with context menu under JSP + MyFaces.
by Alexander Dubovsky (JIRA)
componentControl: ajax buzzes after Ajax submit if using componentControl with context menu under JSP + MyFaces.
----------------------------------------------------------------------------------------------------------------
Key: RF-4045
URL: https://jira.jboss.org/jira/browse/RF-4045
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Environment: JSP + MyFaces
3.2.2.BETA2
Reporter: Alexander Dubovsky
Assignee: Nick Belaevski
Source:
<rich:panelMenu id="ccContextMenuPanelMenuID">
<h:outputText value="click text" />
</rich:panelMenu>
<rich:contextMenu id="ccContextMenuID" >
<rich:menuItem value="tab1">
</rich:menuItem>
<rich:menuSeparator />
<rich:menuItem value="a">
</rich:menuItem>
<rich:menuItem value="b">
</rich:menuItem>
<rich:menuItem value="c">
</rich:menuItem>
</rich:contextMenu>
<rich:componentControl event="onclick"
attachTo="ccContextMenuPanelMenuID" for="ccContextMenuID"
operation="show" />
___
# Open the page (see source above)
# Make ajax submit
Result: ajax buzzes
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months
[JBoss JIRA] Created: (RF-4545) extendedDataTable: following handlers don't work - onkeyup, onkeydown, onkeypress,onselectionchange.
by Mikhail Vitenkov (JIRA)
extendedDataTable: following handlers don't work - onkeyup, onkeydown, onkeypress,onselectionchange.
----------------------------------------------------------------------------------------------------
Key: RF-4545
URL: https://jira.jboss.org/jira/browse/RF-4545
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: IE6, IE7, FF 3.1, Safari 3.1, Opera 9.52(3.3.0-SNAPSHOT)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
16 years, 10 months