RENDERING

The RENDERING element defines the rendering to be applied to this Web application. It takes an optional attribute Using, in which the unique identifier of a predefined WEB_APPLICATION_RENDERING_COMPONENT element can be specified.

The RENDERING element may contain an OUTPUT_DRIVER child element, specifying the output driver to be used. If an output driver is defined here, it overrides any output driver settings inherited via the Usage attribute and its specified rendering component.

Usage examples

<RENDERING Using="cpn.rendering.wa" />
<RENDERING>
  <OUTPUT_DRIVER>JFE36</OUTPUT_DRIVER>
</RENDERING>
For additional child elements, see WEB APPLICATION EXECUTION COMPONENT.