0 Replies Latest reply on Jan 29, 2010 4:48 AM by devika.nrgh

    How Drag and drop the image.

    devika.nrgh

      hi..

       

      i am new to the richfaces i have the following code.  can anybody help me to drag and drop the image. with backing bean code pls

       

      <h:column>
                              <a4j:outputPanel style="width:200px;border:0px solid gray;padding:2px" layout="block">
                                 <rich:dragSupport dragIndicator=":indicator" dragType="drag">
                                      <h:graphicImage  value="/img/seamlogo.png"/>
                                      </rich:dragSupport>
                               </a4j:outputPanel>
                          </h:column>

       

      Thanks in advance.