| Author |
Variable symbol not found
|
commissioner Bright
Greenhorn
Joined: Apr 02, 2011
Posts: 3
|
|
Hi everybody. i have run my program in jsp but i have move it to servlet. during compilation, the following error ensued
what do i do thanks
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56168
|
|
Did you define a variable named session? If not, and are expecting there to be an implicit variable (like there is in JSP), then that's the issue.
You can fetch the session from the request instance.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
nirmal singh
Greenhorn
Joined: Feb 07, 2008
Posts: 6
|
|
|
Have you declared session???anymore in your code
|
 |
 |
|
|
subject: Variable symbol not found
|
|
|