-
Notifications
You must be signed in to change notification settings - Fork 0
4 JSP EL
197
DISTRIBUTED JAVA
E
L
Overview
2
What is EL?
§
We use
Scriptlets
and JSP expressions to retrieve
attributes and parameters in JSP with java code
for
the View.
§
For web
designers, java code is hard to understand
and that’s why JSP Specs 2.0 introduced Expression
Language (EL) through which we can get attributes
and parameters easily using HTML like tags
.
§
Expression language syntax is