To create a list using bulletedList:
The bulletedList node is inserted and highlighted under the expanded parent node in the Design Structure Window.
The link node is inserted and highlighted under the expanded bulletedList node.
Note: To use data binding, see Data Binding a Component Attribute.
...
<pageLayout>
<!-- Insert a bulleted list. This list will display in two columns. -->
<contents>
...
<bulletedList rows="6">
<contents>
<link text="link 1" destination="http://www.oracle.com"/>
<link text="link 2" destination="http://www.oracle.com"/>
<link text="link 3" destination="http://www.oracle.com"/>
<link text="link 4" destination="http://www.oracle.com"/>
<link text="link 5" destination="http://www.oracle.com"/>
<link text="link 6" destination="http://www.oracle.com"/>
<link text="link 7" destination="http://www.oracle.com"/>
</contents>
</bulletedList>
...
</contents>
<!-- Rest of page layout -->
</pageLayout>
...
About BulletedList
About StyledList and StyledItem
Working with Simple and
Miscellaneous Components
Working with Layout Components
Copyright © 1997, 2004, Oracle. All rights reserved.