JasperException from Chapter nine example
Using "Beginning JSP 2.0" (ISBN 186100-8317), I am trying to use the example code for catalog.tag and shopping.jsp. Whether typing myself or using the code from the 8317 download library, I receive the same error:
variable directive has invalid attribute: fragment
Tomcat is version 5.0.2 and Java is 1.4.1_02.
What is wrong with the directive?
|