2 Replies Latest reply on Jul 3, 2007 11:35 AM by thorstenfreie

    Change from ajax4jsf1.1.0rc1 to ajax4jsf-1.1.1 dows not work

    thorstenfreie

      Hola,

      I try to change the ajax4Jsf version from ajax4jsf1.1.0rc1 to ajax4jsf-1.1.1. With the new version a get the error when I want to access the jsf pages:

      java.lang.NoClassDefFoundError: org/ajax4jsf/taglib/ajax/AjaxListenerTag
      at org.apache.jsp.WEB_002dINF.web.views.engineView_jsp._jspx_meth_a4j_ajaxListener_0(engineView_jsp.java:731)
      at org.apache.jsp.WEB_002dINF.web.views.engineView_jsp._jspx_meth_a4j_commandLink_0(engineView_jsp.java:705)
      at
      ....
      ....
      ....
      I think it is because the internal ajax4jsf package structure has changed from:

      org.ajax4jsf.taglib.ajax.AjaxListenerTag

      to

      org.ajax4jsf.taglib.html.jsp.AjaxListenerTag

      in the a4j.tld file.

      Do I have to do some configuration changes?

      Thanks for help!