EGL JSF Handlers, VisualAge® Generator
web transactions, and EGL VGWebTransaction parts can forward control
and data to each other, but each does so in a different way.
To forward control from a pageHandler to a VisualAge Generator web transaction or
EGL VGWebTransaction part, use the EGL
forward statement.
To forward control from a VisualAge Generator
web transaction or EGL VGWebTransaction part to an EGL pageHandler
part, you must modify the JSP file associated with the web transaction.
- If the JSP file associated with the web transaction uses a form tag,
modify the action attribute of that tag
to reference the URL of the JSP file associated with the pageHandler.
- If the JSP file associated with the Web transaction uses an anchor tag,
modify the href attribute of that tag to
reference the URL of the JSP file associated with the pageHandler.