Previous Next vertical dots separating previous/next from contents/index/pdf

New Command Handler Dialog

This dialog creates a method in a JSF backing file for handling a given command event. If the command event causes navigation to another page, destinations may be entered via the dialog. An annotation on the command handler will be created for each specified destination, similar to @Forward annotations on NetUI action methods. If a page is selected as a destination, an intervening @SimpleAction will be generated in the NetUI controller class.

How To Open This Dialog

In the Page Flow perspective, on the Page Flow Explorer tab, open the Pages node and a JSF-enabled JSP page. Right-click Command Handlers folder and select New Command Handler. See the diagram below for the location of the Command Handlers folder.

How To Use this Dialog

Click the New button to view a dropdown of common navigation targets for the new command handler.

Related Topics

Integrating Java Server Faces into a Web Application

 

Skip navigation bar   Back to Top