<presentation> Element

The presentation element is a member of the following categories:

Use the presentation element to render an instance of a thin presentation bean that is typically defined by a presentationDef element in this UIX page.

Attributes

biPresentation -- (Required) A data-bound attribute that binds to a presentation that is contained in the same UIX page. Specify the select key for the presentation that you want to render.

Note: The remaining attributes are not used.

Example

The following example shows an XML fragment that renders a presentation element in the UI tree section of a page using the following assumptions:


<!-- Renders the presentation --> <bibeans:presentation data:biPresentation="page3_pres1@bibeans:bisession1" />