| Oracle Fusion Middleware Tag Reference for Oracle ADF Faces 12c (12.2.1.3) E80089-01 | 
af:attributeDropTarget only supports the COPY action.
</section> <section name="Code_Example_s_">This example allows the value attribute of the <af:outputText> to be set when a new value is dragged onto the outputText
  <af:outputText value="Drop on Me">
      <af:attributeDropTarget attribute="value"/>
  </af:outputText>
| Name | Type | Supports EL? | Description | 
|---|---|---|---|
| attribute | String | no | the name of the attribute to set when a drag containing compatible data is dropped onto the associated component. |