[JBoss JIRA] Resolved: (RF-2294) Exception handling - Fix the JSF RI ViewExpiredException
by Alexander Smirnov (JIRA)
[ http://jira.jboss.com/jira/browse/RF-2294?page=all ]
Alexander Smirnov resolved RF-2294.
-----------------------------------
Fix Version/s: 3.1.5
Resolution: Won't Fix
This is not a bug, just SUN RI feature.
Sun JSF 1.2 implementation detect ViewHandler / StateManager version from faces-config.xml DTD/XML schema name. We can't switch RichFaces 3.1.x configuration files to a JSF 1.2 format, as far as it will completely break JSF 1.1 compatibility.
Fortunately, there is workaround for a SUN RI framework. Just put :
<context-param>
<param-name>com.sun.faces.disableVersionTracking</param-name>
<param-value>true</param-value>
</context-param>
into application web.xml. It will switch framework to a JSF 1.2 behavior.
> Exception handling - Fix the JSF RI ViewExpiredException
> --------------------------------------------------------
>
> Key: RF-2294
> URL: http://jira.jboss.com/jira/browse/RF-2294
> Project: RichFaces
> Issue Type: Bug
> Reporter: Shane Bryzak
> Assigned To: Alexander Smirnov
> Priority: Critical
> Fix For: 3.1.5
>
>
> If you submit an h:form on a timed out session, you expect that
> exception - you need it to handle session timeout gracefully. I can
> not get the JSF RI to throw that exception even with a Hello World
> test, the form is processed on the new session without complaint -
> running into further problems because your state is not there.
> Probably involves writing a simple test case and submitting it to Sun.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 3 months
[JBoss JIRA] Created: (RF-2231) ProgressBar: literal min/max values aren't accepted
by Nick Belaevski (JIRA)
ProgressBar: literal min/max values aren't accepted
---------------------------------------------------
Key: RF-2231
URL: http://jira.jboss.com/jira/browse/RF-2231
Project: RichFaces
Issue Type: Bug
Affects Versions: 3.2.0
Environment: JSP
Reporter: Nick Belaevski
Assigned To: Andrei Markavtsov
Fix For: 3.2.0
<progressBar:progressBar style="height: 10px; width: 300px;" minValue="1">
</progressBar:progressBar>
java.lang.ClassCastException: java.lang.String
org.richfaces.renderkit.AbstractProgressBarRenderer.encodeInitialScript(AbstractProgressBarRenderer.java:223)
org.richfaces.renderkit.AbstractProgressBarRenderer.encodeInitialState(AbstractProgressBarRenderer.java:342)
org.richfaces.renderkit.ProgressBarRenderer.doEncodeEnd(ProgressBarRenderer.java:222)
org.richfaces.renderkit.ProgressBarRenderer.doEncodeEnd(ProgressBarRenderer.java:235)
org.ajax4jsf.renderkit.RendererBase.encodeEnd(RendererBase.java:135)
javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:850)
javax.faces.component.UIComponent.encodeAll(UIComponent.java:946)
javax.faces.render.Renderer.encodeChildren(Renderer.java:148)
javax.faces.component.UIComponentBase.encodeChildren(UIComponentBase.java:826)
javax.faces.component.UIComponent.encodeAll(UIComponent.java:936)
javax.faces.component.UIComponent.encodeAll(UIComponent.java:942)
com.sun.faces.application.ViewHandlerImpl.doRenderView(ViewHandlerImpl.java:273)
com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:204)
org.ajax4jsf.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:108)
org.ajax4jsf.application.AjaxViewHandler.renderView(AjaxViewHandler.java:216)
com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:110)
com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100)
com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:139)
javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:143)
org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:276)
org.richfaces.org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:77)
org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:694)
org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:665)
org.apache.jsp.index_jsp._jspService(index_jsp.java:58)
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 3 months