To insert the copyright component:
If the pageLayout node is not visible, expand page | content | dataScope | document | body | form. The copyright node is under pageLayout Named Children in pageLayout.
The new text node is inserted and highlighted in the Structure Window. The Property Inspector displays the properties of the new component.
The text component is typically data bound.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Insert copyright component -->
<copyright>
<text text="${someResourceBundle.welcomeKey}"/>
</copyright>
<!-- REST OF PAGE LAYOUT -->
</pageLayout>
...
About PageLayout and its Named Children
Inserting an About Component
Inserting a Privacy Component
Working with PageLayout and its Named Children
Copyright © 1997, 2004, Oracle. All rights reserved.