View Single Post
  #1 (permalink)  
Old 08-05-2007, 05:14 AM
tommy tommy is offline
Member
 
Join Date: Jul 2007
Posts: 41
tommy is on a distinguished road
Generated servlet error
I have this jsp:
Code:
<%@page session="true" %> <% Integer intp= new Integer(200); Session.setAttribute("Cec",intp);
The error is:
Code:
Generated servlet error: [javac] Since fork is true, ignoring compiler setting. [javac] Compiling 1 source file [javac] Since fork is true, ignoring compiler setting. [javac] C:\Tomcat\Tomcat_1-4-24\work\Standalone\localhost\structure_ question_template_jsp.java:256: cannot resolve symbol [javac] symbol : variable Session [javac] location: class org.apache.jsp.structure_question_template_jsp [javac] Session.setAttribute("Cec",intp); [javac] ^ [javac] 1 error

Can anyone tell me what the problem is?
Reply With Quote
Sponsored Links