Transferring control between JSF Handlers and web transactions

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.

Feedback