| Author |
EL expressions on Page 417
|
Nilesh Raje
Ranch Hand
Joined: Aug 02, 2005
Posts: 153
|
|
Can any one please explain me the justification for the answer mentioned for Question no 2 Page217. The book says answer is option is C.I belive that in Option c the ${init-Param['master-email']} the master-email should be in double quotes. I am actually getting confused in EL expressions while using the dot and [] operator. Can anyone Explain me in short so that I am able to burn it my brains..! Thanks and Regards, Nilesh
|
Thanks and Regards,<br />Nilesh<br />SCJP 1.4, SCWCD 1.4
|
 |
Naresh Chaurasia
Ranch Hand
Joined: May 18, 2005
Posts: 309
|
|
|
${header['host']},${header["host"]}.... This code gives same output, meaning that EL treat the string enclosed in single and double quotes similarly...
|
SCJP 1.4, SCWCD1.4, OCA(1Z0-007)
|
 |
 |
|
|
subject: EL expressions on Page 417
|
|
|