Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-05-2007, 04:14 AM
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?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 08-05-2007, 11:46 AM
Member
 
Join Date: Aug 2007
Posts: 1
Kim Stebel is on a distinguished road
it's session, not Session
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
getting dynamically generated valus abhiN JavaServer Pages (JSP) and JSTL 2 03-29-2008 11:58 AM
Regarding Servlet Sudha New To Java 1 02-12-2008 01:44 AM
passing dynamically generated values abhiN Advanced Java 1 01-20-2008 04:21 AM
javax.servlet.ServletException: Wrapper cannot find servlet class util.t2 osval Advanced Java 1 08-07-2007 04:47 PM
Error: javax.servlet.ServletException: Column not found barney JavaServer Pages (JSP) and JSTL 1 08-07-2007 08:20 AM


All times are GMT +3. The time now is 10:46 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org