2 Replies Latest reply on Jun 25, 2007 7:19 PM by nbelaevski

    Problem with DnD

    manuel.gentile

      We have some problem with drag and drop. We report all the information about our code in http://www.jboss.com/index.html?module=bb&op=viewtopic&t=105312 but the problem is still present.
      The exception is:

      Exception during request processing: javax.servlet.ServletException: /test.xhtml @58,113 dropListener="#{eventBean.processDrop}": Method not found: cnr.itd.mathtemiamo.action.EventBean@1be7ff5.processDrop(org.ajax4jsf.dnd.event.DropEvent)
      

      If we remove the parameters in the method we don't have any exception!!! Maybe it's a problem of seam EL enhanchement???
      We have used all the possible configuration like JSF 1.2 or Myfaces (for the faces implementation) different version of ajax4jsf and richfaces (nightly builds included) with the seam from cvs.

      Plz help us!