Removal of HtmlResponseStateManager.writeStateAsUrlParams() functionality
breaks ViewTag.doAfterBody()
------------------------------------------------------------------------------------------------------
Key: MYFACES-1570
URL: https://issues.apache.org/jira/browse/MYFACES-1570
Project: MyFaces Core
Issue Type: Bug
Components: JSR-127
Affects Versions: 1.1.6-SNAPSHOT, 1.1.6
Environment: 1.1.5 tomahawk with 1.1.6 myfaces
Reporter: Mike Kienenberger
Assigned To: Martin Marinschek
Priority: Critical
Carlos Ortiz reported that the tree component no longer works.
java.lang.UnsupportedOperationException: long been deprecated...
org.apache.myfaces.renderkit.html.HtmlResponseStateManager.writeStateAsUrlParams(HtmlResponseStateManager.java:103)
org.apache.myfaces.application.jsp.JspStateManagerImpl.writeStateAsUrlParams(JspStateManagerImpl.java:424)
org.apache.myfaces.taglib.core.ViewTag.doAfterBody(ViewTag.java:194)
org.apache.jsp.index_jsp._jspx_meth_f_005fview_005f0(index_jsp.java:150)
Caused by:
Author: mmarinschek
Date: Tue Oct 17 06:49:23 2006
New Revision: 464925
URL: http://svn.apache.org/viewvc?view=rev&rev=464925
Log:
fix for MyFaces-1469: State-saving now uses the parameter javax.faces.ViewState
- as proposed by the 1.2 spec
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.