| Author |
A question on EL
|
amarshi mohanty
Ranch Hand
Joined: Jul 01, 2008
Posts: 110
|
|
Hi All,
Plese help me in solving the below question ?
Q.Assume that a property by name 'eId' is defined in the EmployeeId object,
which inturn is contained in Employee class by the name 'empId'.
which of the following uses the correct EL for accessing the eId property?
a. ${requestScope.johny.empId.eId}
b. ${requestScope.johny.eId.empId}
c. ${request.johny.empId.eId}
d. ${requestScope[johny"[empId[eId]]]}
e. All the above.
And ans says: a, c and e.
Thanks,
Amarshi
|
SCJP (97%), SCWCD (95%))
|
 |
Frits Walraven
Rancher
Joined: Apr 07, 2010
Posts: 1039
|
|
Hi Amarshi,
In order to get an answer: please QuoteYourSource
Regards,
Frits
|
 |
 |
|
|
subject: A question on EL
|
|
|