| Author |
strange JSTL problem
|
Ilja Smoli
Ranch Hand
Joined: Dec 02, 2001
Posts: 64
|
|
Hi After moving from JSTL 1.0.6 to 1.1.2 I found the following problem: This was a working block in jsp Now after execution I get this HTML source I'm using Tomcat 5.0 Thx in advance
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56201
|
|
|
The most likely reason for this type of problem is running Tomcat 5 in compatibility mode. Do you have your web.xml properly declared using the Servlets 2.4 XML Schema as outlined in the JSP FAQ?
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: strange JSTL problem
|
|
|