Hi, I'm getting a build failure for myfaces12:
/home/simon/apache/myfaces/myfaces12/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java:[107,107] cannot find symbol symbol : method isViewStateJavascript() location: class org.apache.myfaces.shared_impl.config.MyfacesConfig It looks to me like the first part of the attached patch here (JspViewHandlerImpl, HtmlResponseStateManager) was committed, but not the second part (MyfacesConfig in shared). https://issues.apache.org/jira/browse/MYFACES-1742 (I presume that myfaces12 uses the same shared code as myfaces11..) By the way, is there documentation somewhere on what this "javascript viewstate" feature does? Regards, Simon
