[richfaces-issues] [JBoss JIRA] Created: (RF-8230) dropSupport inside dropSupport doesn't work

Sergey Bondarev (JIRA) jira-events at lists.jboss.org
Wed Dec 23 05:59:31 EST 2009


dropSupport inside dropSupport doesn't work
-------------------------------------------

                 Key: RF-8230
                 URL: https://jira.jboss.org/jira/browse/RF-8230
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-drag/drop
    Affects Versions: 3.3.1
         Environment: weblogic
IE 7
            Reporter: Sergey Bondarev
            Priority: Critical


Hello, I need to do add one  dropSupport inside another
like this one:

<a4j:outputPanel>
        <a4j:outputPanel>
          <rich:dropSupport acceptedTypes="{id}_a"
          <!-- This drag'n'drop doesn't work --> . . .
          </rich:dropSupport>
          . . .
        </a4j:outputPanel>
        <rich:dropSupport acceptedTypes="#{id}_a, {id}_b" ...
        </rich:dropSupport>
</a4j:outputPanel>

And the dropSupport which is inside doesn't work but quit neccessary.  What I should do?
May be some workaround for following sittuation?


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list