0 Replies Latest reply on Feb 25, 2008 3:11 AM by petecknight

    Creating HtmlDropSupport in backing bean

    petecknight

      Hi there,

      I've been creating panels with org.richfaces.component.html.HtmlDropSupport
      in the backing bean but have run into an issue: I'm using JSF 1.2 and the DropSupport's setDropListener is a MethodBinding object which is deprecated in 1.2.

      I've gone ahead and used the deprecated MethodBinding but it doesn't work. So, I've done a fair bit of Googling and read that you are supposed to use MethodExpression and then wrap it in a MethodBinding object, passing this to the setDropListener() method; has anybody out there done anything like this as I'm not sure if this is the correct approach.

      I've been scratching my head for too long on this one... thanks!