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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to