posted 17 years ago
HF Page 447
Last Bullet point
" If the target expression is a bean, but the bean does not have property that matches property the contaier throws a exception. But be careful, because the EL expression by itself will not cause an exception if the property doesn't exist. So even though ${fooBean.notAProperty } won't cause an exception (it returns null) , if that same "notAProperty" is the value of a target attribute , container throws exception "
But a property cannot be the value for a target element. It must be a Bean or Map object. Is the above statemen correct?