Implicit Objects doubt!
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Guys,
Can anyone clarify me the difference between JSP and EL implicit objects?
Can anyone clarify me the difference between JSP and EL implicit objects?
SCJP 1.4, SCWCD 1.4 - Hints for you, Certified Scrum Master
Did a rm -R / to find out that I lost my entire Linux installation!
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Both are same or we can say that using EL we can access JSP implicit objects
"Know where to find the solution and how to use it - that's the secret of success."
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
EL and JSP implicit objects are not the same.
SCWCD: Online Course, 50,000+ words and 200+ questions
http://www.examulator.com/moodle/course/view.php?id=5&topic=all
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
To get attribute from any scope, in JSP we use
in EL we have
Similarly if you need to get any request parameter we can use request.getParameter(key) in JSP or we can use EL and use ${param.key} etc
We can't set attributes in scopes using EL i guess
in EL we have
Similarly if you need to get any request parameter we can use request.getParameter(key) in JSP or we can use EL and use ${param.key} etc
We can't set attributes in scopes using EL i guess
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
EL implicit objects return maps of the attribute or parameters (except the pageScope that returns the actual page scope) where the JSP implicit objects return the actual objects.
posted 18 years ago
-
-
Number of slices to send:Optional 'thank-you' note:
-
-
Ali,
Thanks for the explanation!
Thanks for the explanation!
SCJP 1.4, SCWCD 1.4 - Hints for you, Certified Scrum Master
Did a rm -R / to find out that I lost my entire Linux installation!
| What's gotten into you? Could it be this tiny ad? Paul Wheaton's 16th Kickstarter: Gardening playing cards for gardeners and homesteaders https://coderanch.com/t/889615/Paul-Wheaton-Kickstarter-Gardening-playing |







