[JBoss JIRA] Created: (RF-4796) Using test application(jsp) with myfaces 1.2.4 & richfaces 3.1.6.SR1 leads to javax.faces.application.ViewExpiredException.
by Mikhail Vitenkov (JIRA)
Using test application(jsp) with myfaces 1.2.4 & richfaces 3.1.6.SR1 leads to javax.faces.application.ViewExpiredException.
---------------------------------------------------------------------------------------------------------------------------
Key: RF-4796
URL: https://jira.jboss.org/jira/browse/RF-4796
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.1.6
Environment: IE6,7, FF 3.0.3, Safari 3.1, Opera 9.62(3.1.6.SR1)
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Critical
Following exception take place:
javax.faces.application.ViewExpiredException: /pages/main.jsfNo saved view state could be found for the view identifier: /pages/main.jsf
at org.apache.myfaces.lifecycle.RestoreViewExecutor.execute(RestoreViewExecutor.java:88)
at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:103)
at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:76)
at javax.faces.webapp.FacesServlet.service(FacesServlet.java:151)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:147)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:141)
at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:281)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
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:175)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
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:286)
at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
at java.lang.Thread.run(Unknown Source)
--
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
14 years, 10 months
[JBoss JIRA] Created: (RF-4532) JS error after reREnder modal with combo inside
by Ilya Shaikovsky (JIRA)
JS error after reREnder modal with combo inside
-----------------------------------------------
Key: RF-4532
URL: https://jira.jboss.org/jira/browse/RF-4532
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.2
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
1) customers snippet at forum.
2) additionally trying after I change the code to(rerender not panel but its content):
<rich:modalPanel id="modalPanel" autosized="true" minWidth="600">
<f:facet name="header">
My modal Panel
</f:facet>
<a4j:outputPanel id="out">
<a4j:form>
<h:outputLabel for="selected" value="Titel:"/>
<rich:comboBox id="titleBox" value="#{comboBoxBean.value}">
<f:selectItems value="#{capitalsBean.capitalsOptions}"/>
</rich:comboBox>
<a4j:outputPanel ajaxRendered="true">
<h:message for="titleBox" styleClass="errortext" />
</a4j:outputPanel>
</a4j:form>
</a4j:outputPanel>
</rich:modalPanel>
<a4j:form>
<a4j:commandButton
reRender="out"
value="reRender MP" />
</a4j:form>
<input onclick="Richfaces.showModalPanel('modalPanel');"
value="show..." type="button"/>
the same js error occurs.
--
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
14 years, 10 months
[JBoss JIRA] Created: (RF-4599) scrollableDataTable: PrototypeScript crash during increase data length from 100 to 1000.
by Mikhail Vitenkov (JIRA)
scrollableDataTable: PrototypeScript crash during increase data length from 100 to 1000.
----------------------------------------------------------------------------------------
Key: RF-4599
URL: https://jira.jboss.org/jira/browse/RF-4599
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.3.0
Environment: Facelets - jdk1.5.0_12 - tomcat 6.0.16 - jsf 1.2_09 - FF 3.0.3(RichFaces 3.3.0-SNAPSHOT )
Reporter: Mikhail Vitenkov
Assignee: Nick Belaevski
Priority: Critical
Step 1. Set following precondition for SDT component:
length=" 100" rows="100" first="0" timeout="0" frozencolcount="0" limitToList="false"
bypassUpdates="false" ajaxSingle="true" hideWhenScrolling="false".
Step 2. Start the server(see Environment section) & open page in Firefox.
Step 3. Set rows to 500 & click mouse out.
Step 4. Set length to 1000 & click "OK" button.
Actual behavior:
Modal dialog window with suggestions to stop script, to debug script or to continue appears. For more information see attached PrototypeScriptError.png
--
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
14 years, 10 months