0 Replies Latest reply on Jul 17, 2008 4:38 PM by grimholtz

    dynamic dropValue?

    grimholtz

      Hi,

      Is there any way to use EL expressions for dropValues?

      This works:

      <rich:dropSupport acceptedTypes="any"
       dropValue="MYPANEL" dropListener="#{panelService.dropListener}"
       reRender="col1"/>


      but this does not:

      <rich:dropSupport acceptedTypes="any"
       dropValue="#{panel}" dropListener="#{panelService.dropListener}"
       reRender="col1"/>


      The problem is DropEvent.getDropValue() is null when dropValue attribute is an EL expression?


      Thanks,
      grimholtz