| Author |
Tomcat 5.0.19 and JSTL
|
Gerald Spica
Ranch Hand
Joined: Jul 28, 2003
Posts: 30
|
|
I am trying to run this JSTL code on Tomcat 5.0.19. but my outputs come out blank. I can make it work fine using: The code is from core JSTL, which was tested on Tomcat 4.0. Anyone have any idea why this is not running?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56528
|
|
You have downloaed the JSTL 1.1 jars and placed them in WEB-INF/lib? The correct taglib declarations (note that the tld URIs have change from JSTL 1.0 to 1.1) are in the JSPs? You have declared the web app as a servlet 2.4 web app by using the servlet 2.4 XML schma declaration in the web.xml file? And please be sure to check 'disable smilies' when posting code!
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: Tomcat 5.0.19 and JSTL
|
|
|