Hello, can someone confirm me the follow:
In the errata published at OReilly, say that the page 432, Q17, the option C (If the . operator is used to access a bean property but the property doesn't exit, the a runtime exception is thrown) "is invalid and should not be checked." but I think the option C is OK, I
test it at
tomcat, and that was OK (throw exception), the same problem I found at page 447, that say "EL expression by itself will not cause an exception if the property doesn't exist". That can justify at
JSP spec, pag 105 (last line of JSP2.3.4).