• Post Reply Bookmark Topic Watch Topic
  • New 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

ERROR : using jstl tags in websphere 4

 
Greenhorn
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I am getting the error messages
1)Unable to open the tag library descriptor: java.sun.com for JSTL TAGS
2)Unable to load class null: org.apache.jasper.JasperException:

Does Websphere 4 has support for JSTL, if yes can someone explain
how can this be done.Websphere 4 supports JSP 1.1 Specification.
and according to JSTL Specifiacatio,
1)Standard-1.0 (JSTL 1.0) requires a JSP container that supports the Java Servlet 2.3 and JavaServer Pages 1.2 specifications
2)Standard-1.1 (JSTL 1.1) requires a JSP container that supports the Java Servlet 2.4 and JavaServer Pages 2.0 specifications.

So how can this be achived.?
1)The jstl.jar and standard.jar are placed in the /WEB-INF/lib directory.
2)The .tld files are placed in the /WEB-INF/ directory.
3)There is an entry in the web.xml file.

Can Some one help me on this.?
Does Websphere 4 has support for JSTL?

Thanks in Advance
Danny Rebello
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSTL requires JSP 1.2. You'll need to upgrade to a newer version to use the JSTL.
 
reply
    Bookmark Topic Watch Topic
  • New Topic