aspose file tools
The moose likes JSP and the fly likes why jsp declaraton can't access jsp implicity objects Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "why jsp declaraton can Watch "why jsp declaraton can New topic
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
    
  13

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]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: why jsp declaraton can't access jsp implicity objects
 
Similar Threads
interface method public implicit
How to display 2 objects in JSP when i have only one form bean object.
Variables in Interface
interface methods
true OR false???