An EL variable can be set to one of several scopes:

The default scope is pageScope, which is used when the variable declaration omits scope specification. You should specify the narrowest scope possible, in order to minimize the chance that two variables with the same name have overlapping scopes.