Wednesday, April 12, 2006

Another JSTL EL Gotcha

I just spent agfes banging my head against a JSP null pointer exception.

It turned out that the reason I was getting it was because I was using JSTL 1.0 but had tried to use '[n]' notation to access a list. Something which seems only to be available in JSTL 1.1...

For more info check out: The JSTL Expression Language > Operators

No comments: