Local Variables
Use a JSP declaration if you want to declare an instance variable of a servlet.
Do not use a JSP declaration if you just want a declare a variable local to the request handling method.
Local variables should be declared in ordinary scriplet elements, e.g.: