| Sign In/My Account | View Cart |
| Article: |
JSP 2.0: The New Deal, Part 1 | |
| Subject: | EL - I just don't get it! | |
| Date: | 2003-11-13 18:20:51 | |
| From: | dhinojosa | |
|
Response to: EL - I just don't get it!
|
||
|
The other value, is object reference navigation where you didn't have that before. To me that is the most valuable aspect of JSTL.
|
||
Showing messages 1 through 2 of 2.
EL says 'if something evals to null, the statement evaluates to empty'. Typos turn expressions to null. Errors in your java code where things are initialized and return null, turn expressions to null. Which makes it really hard to track down where is the error in employee.401k.provider.address.zipCode
For all the expressiveness of the language, if it is hard to develop working code, I dont see the point.
-steve loughran