| Author |
why jsp declaraton can't access jsp implicity objects
|
anarkali perera
Ranch Hand
Joined: Sep 10, 2009
Posts: 237
|
|
|
why jsp declaraton can't access jsp implicity objects and why it is possible only in scriptless?
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56224
|
|
|
A declaration becomes a class-level element, and hence is not part of the service method. As such, it cannot access implicit objects which are tied to the contexts passed to the service method.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: why jsp declaraton can't access jsp implicity objects
|
|
|