Developer Tools
JDeveloper
When you complete the steps for defining the component and component attribute to use as the drop target, the visual editor should look similar to this:
In the XML editor, the code for the input component looks like this:
<af:inputText label="Cup"..>
<af:attributeDropTarget attribute="value"/>
</af:inputText>
When you run the page, the page in the browser should look similar to this:
Try dragging the image. As you position the cursor over the Cup input field, the background color of the field changes, indicating the mouse cursor is over an acceptable area on the page where the image can be dropped.
After you release the mouse button, you should see the word
Coffee in the
Cup input field.
Before proceeding to the next card, click
Terminate in JDeveloper and choose
IntegratedWebLogicServer from the dropdown menu.
Copyright © 1997, 2009, Oracle. All rights reserved.