view

The view property identifies the name and subdirectory path (as a quoted string) of the Java™ Server Page (JSP) that is bound to the JSF handler.

The default value is the name of the JSF handler, with the file extension .jsp. If you specify this property, include the file extension, if any. You might specify a different JSP file name for any of the following reasons:

When you save or generate a JSF handler, EGL adds a JSP file to your project for subsequent customization, unless a JSP file of the same name (the name specified in the view property) is already in the appropriate folder (the folder WebContent\WEB-INF). EGL never overwrites a JSP.

Example

Handler  handler01  type JSFHandler
        { view = "myJSPFile.jsp" }
   ...
end

Compatibility

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

Feedback