On Sun, 2007-10-28 at 19:44 +0100, Mario Ivankovits wrote: > Hi! > > /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 > > > I fixed it with "mvn clean install". I think sometimes the shared > structure is not correctly rebuilt.
Weird .. I wonder what I've done wrong then. Isn't the 1.2 development done here? http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/ It appears to be, as there are commits from the last few days there. However this file needs isViewStateJavascript (due to commit "r588608 | mmarinschek | 2007-10-26"): http://svn.apache.org/repos/asf/myfaces/core/branches/1_2_1/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlResponseStateManager.java And this file does not define it: http://svn.apache.org/repos/asf/myfaces/shared/trunk/core/src/main/java/org/apache/myfaces/shared/config/MyfacesConfig.java Any ideas what I've done wrong? Thanks, Simon
