3 Replies Latest reply on Sep 11, 2008 3:02 PM by tryan702

    NoSuchMethodError  UIAJAXSupport.getOnsubmit()

    tryan702

      I am using NetBeans6.1, JSF1.2 and glassfish v2ur2. Our application used RichFaces3.2.0 and we tried to update to RichFaces3.2.2 because we needed the updated functionality for the rich:datascroller. However, when I remove the RichFaces 3.2.0 library and replace it with the new RichFaces 3.2.2 (CR 4 release) and the new .jar files I get the following error:

      Caused by: java.lang.NoSuchMethodError:org.ajax4jsf.component.UIAjaxSupport.getOnsubmit()Ljava/lang/String;
      at org.ajax4jsf.component.UIAjaxSupport.getEventString(UIAjaxSupport.java:92)
      at org.ajax4jsf.component.EventValueExpression.getValue(EventValueExpression.java:115)
      at org.richfaces.component.html.HtmlTab.getOntabenter(HtmlTab.java:1089)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at javax.faces.component.UIComponentBase$AttributesMap.get(UIComponentBase.java:1545)

      Any ideas if there is a way to resolve this?