To insert a footer component:
The footer node is inserted and highlighted under the expanded parent node.
To insert a link component in a footer:
The link node is inserted and highlighted under the expanded parent node.
To insert footer named children:
...
<footer>
<copyright>
This is the copyright statement
</copyright>
<privacy>
This is the privacy statement
</privacy>
<contents>
<link text="UIX Components"
destination="http://www.oracle.com"/>
<link text="Business Components"
destination="http://www.oracle.com"
selected="true"/>
<link text="UIX Servlet"
destination="http://www.oracle.com"
disabled="true"/>
</contents>
</footer>
...
About Footer and its Named Children
Working with Simple and Miscellaneous Components
Copyright © 1997, 2004, Oracle. All rights reserved.