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. By default, a page code file is generated for each Faces JSP, but you can change this at any time in the Preferences settings. You also have the options to delete page code file information when you delete a Faces JSP and to generate fields and getters in the page code file for all Faces components.
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 in Design mode or Source mode.
  2. Click Edit Page Code.

Feedback