jQuery in Action, 2nd edition
The moose likes Web Component Certification (SCWCD/OCPJWCD) and the fly likes Implicit objects in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Certification » Web Component Certification (SCWCD/OCPJWCD)
Reply Bookmark "Implicit objects in JSP" Watch "Implicit objects in JSP" New topic
Author

Implicit objects in JSP

Satyajeet Kadam
Ranch Hand

Joined: Oct 19, 2006
Posts: 202
Q1 )Difference between page vs pageContext?
Vassili Vladimir
Ranch Hand

Joined: Mar 08, 2007
Posts: 1585
Hi,

page is an instance of Object, and pageContext is an instance of PageContext.

Good luck ...


Vassili ...
SCJP 5.0, SCWCD 1.4, SCJA 1.0
S Sravs
Ranch Hand

Joined: Feb 25, 2008
Posts: 85
http://www.theserverside.com/discussions/thread.tss?thread_id=27080#128658
 
I agree. Here's the link: http://zeroturnaround.com/jrebel/download
 
subject: Implicit objects in JSP