title

The title property specifies a quoted string that is used as a default heading for a page when you are working in Page Designer. This property takes effect only when you create a JSF Handler without an associated JSP and then generate the JSF Handler, in the process creating a default JSP.

Example

The following example shows the property in the context of a JSF Handler part:

Handler  handler01  type JSFHandler
        { title="Customer Data Entry" }
  ...
end

Compatibility

Table 1. Support for title property
Data item JSF handler VGUI record Console UI Text Form Java™ Text Form COBOL Print Form Java Print Form COBOL
No Yes No No No No No No

Feedback