| Author |
EL implicit objects vs. JSP scripting objects
|
Jamed
Ranch Hand
Joined: Apr 17, 2005
Posts: 35
|
|
hallo, what does this mean? on page 367 of HFSJ book note: EL implicit obects are not the same as the implicit objects available to JSP scripting except for page context? thank in advance
|
 |
Narendra Dhande
Ranch Hand
Joined: Dec 04, 2004
Posts: 950
|
|
Hi,
note: EL implicit obects are not the same as the implicit objects available to JSP scripting except for page context?
Can you please enter full paragraph here. The EL implicit objects are really different from JSP scripting objects. The JSP scripting objets are page, application, request, response, session etc. are objects of their respective types. The Implicit objects used in EL like requestScope, sessionScope etc ate not a Objects of HttpServletRequest or HttpSession types, but these are the Maps of key/value pairs in the respective scope. Only the pageContext object in the EL is same as the pageContext object in JSP scripting. Hope it helps you Thanks
|
Narendra Dhande
SCJP 1.4,SCWCD 1.4, SCBCD 5.0, SCDJWS 5.0, SCEA 5.0
|
 |
 |
|
|
subject: EL implicit objects vs. JSP scripting objects
|
|
|