Viewing page code for a Faces JSP file

Each Faces JSP file that you create has a corresponding file that contains its Java page code. The page code file includes such information as the Java classes being referenced, data you're referencing when you drag records to the page, binding information, and any code scripted in the Quick Edit view for button actions or value changed events. .

To view the contents of the Java page code file for a Faces JSP page:

  1. Right-click within a blank area of a Faces JSP page.

  2. Click View Page Code.

 

Related concepts

Faces components
JavaServer Faces

Related reference
Faces attributes reference

Related information
Creating Faces applications - overview
Creating a Faces JSP