Accessing JWL source for debugging JSF applications

About this task

To access the JSF Widget Library (JWL) source:

Procedure

  1. Import the JWL source project into your workspace.
  2. Right-click your Web project that you want to access the JWL source and select Properties. The Properties for your project dialog box opens.
  3. Click Java Build Path from the Properties list.
  4. Click the Libraries tab then expand Web App Libraries in the JARS and class folders on the build path list.
  5. Expand your library.
  6. Click Source attachment then click Edit. The Source Attachment Configuration window opens.
  7. Click Workspace and select your library's source in the file system. Select the source files from the JWL Source project that you imported. This project contains both version 3.1.6 and 3.1.7 of the JWL source. You can choose the source files from either the 3.1.6 folder or the 3.1.7 folder:
    • jsf-ibmsrc.zip
    • odc-jsfsrc.zip
    • rtesrc.zip

  8. Click OK to close the Source Location Selection window.
  9. Click OK to close the Source Attachment Configuration window.
  10. Click OK to close the Properties window.

Feedback