1 Reply Latest reply on Dec 2, 2008 9:07 AM by rkrull

    Nested dropsupport

    cheftony

      Hi all,
      is there any way to have a panel with dropsupport inside another panel?
      This code for example always launches myBean.dropListener. Any way to get
      innerDropListener launched?

      <rich:panel>
       <rich:dropSupport actionListener="#{myBean.dropListener}">
       <rich:panel>
       <rich:dropSupport actionListener="#{myBean.innerDropListener}">
       </rich:dropSupport>
       </rich:panel>
       </rich:dropSupport>
      </rich:panel>