Bookmark Topic Watch Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
If you are getting the error (or similar):



Chances are the problem is one of:


  • You forgot to put the JSTL jar files (there are usually two) in WEB-INF/lib.
  • You are using the wrong URI (such as the outdated: http://java.sun.com/jstl/core).
  • You tried to declare it in web.xml, which is no longer necessary, and that's fouling things up.



  • JspFaq
     
      Bookmark Topic Watch Topic
    • New Topic