To insert a head component as 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.
...
<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>
Using the Document Element and
MetaContainer Named Child
Working with Simple and Miscellaneous Components
Copyright © 1997, 2004, Oracle. All rights reserved.