Martin, I have no isELIgnored=true But I figured it out. I had an object (bean), that had a property/method : List getMyList()
Then I used an EL:
${theBean.myList.a}
This would cause an error , except if getMyList() returns null!
Then it is a null.something EL, which gives no error.
Thanks for your help.
David
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
