Not only tables and forms - alternative displaying data using af:forEach component.
Sometimes we want display data by more complex way, than using tables and forms. It's perfectly to use for that af:forEach component. Using that we can display our data e.g. like this:
or more complex, using master-detail relation:
You can read on Duncan Mills's blog how the second example (tree binding) works. Attached example uses Order Entry (OE) schema.
Download example (JDeveloper 10.1.3.2) . Before running copy from JDeveloper to public_html /WEB_INF/lib libraries: adf-faces-impl.jar
i jsf-impl.jar.
|