Troubleshooting JSTL Issues

Depending on the error you might encounter with JSTL, various resolutions can resolve the issue.

The following table lists the methodology to troubleshoot JSTL issues:

Situation

Resolution

General Errors

  • Verify that you defined the JSTL Namespace in the JSP Web template.
  • Verify that you added the complete JSTL tag to the JSP Web template.
  • Troubleshoot your JSP code.

Class Not Found Errors

  • Verify that you included the JSTL libraries to the Web application.
  • Troubleshoot your JSP code.

Page Cannot Display Error

  • Verify that the prefix defined in JSTL Namespace and tag match the same <short-name> in the .tld file for that functional area.