To create pageStatus information:
If the pageLayout node is not visible, expand page | content | dataScope | document | body | form. The pageStatus node is under pageLayout Named Children in pageLayout.
The formattedText node is inserted under the expanded pageStatus node. The Property Inspector displays the properties of the formattedText component.
The flowLayout component is automatically inserted for you if you insert more than one formattedText component.
Tip: Use the separator named child of flowLayout to insert spacing between the indexed children.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Create page status info -->
<pageStatus>
<flowLayout>
<contents>
<inlineMessage required="yes">
<contents>
<styledText styleClass="OraTipText" text="Indicates required field - Option 1"/>
</contents>
</inlineMessage>
<messagePrompt required="yes" styleClass="OraTipText" prompt="Indicates required field - Option 2"/>
</contents>
</flowLayout>
</pageStatus>
<!-- REST OF PAGE LAYOUT -->
</pageLayout>
...
About PageLayout and its Named Children
Creating a Footnote
Creating a Message Box
Working
with PageLayout and its Named Children
Copyright © 1997, 2004, Oracle. All rights reserved.