To use the metaContainer named child of a document element:
The head node is inserted and highlighted under the expanded metaContainer node.
Note: To use data binding, see Data Binding a Component Attribute.
To insert preferred components for a document element:
...
<page xmlns="http://xmlns.oracle.com/uix/controller"
xmlns:ui="http://xmlns.oracle.com/uix/ui"
xmlns:ctrl="http://xmlns.oracle.com/uix/controller"
xmlns:html="http://www.w3.org/TR/REC-html40"
expressionLanguage="el">
<content>
<dataScope xmlns="http://xmlns.oracle.com/uix/ui">
<provider>
<!-- Add DataProviders (<data> elements) here -->
</provider>
<contents>
<document>
<metaContainer>
<!-- Set the page title -->
<head title="Document title"/>
</metaContainer>
<contents>
<body>
<contents>
<pageLayout/>
</contents>
</body>
</contents>
</document>
</contents>
</dataScope>
</content>
</page>
About the Document Element and MetaContainer Named Child
Using the Body Element
Inserting a Head
Working with
Simple and Miscellaneous Components
Copyright © 1997, 2004, Oracle. All rights reserved.