I'm considering moving a large codebase of proprietary templates
to jsp, and the jstl in particular. A problem I've had so far
is with using SPEL and if tag. Such as:
c:if test=$param:myParam == '1'do stuff/c:if
and myParam does not exist in the url query string, an exception
is thrown.
The final version of JSTL will most likely be substantially more lenient
with respect to values that don't exist. Unfortunately, there's not much
I can advise other than, Wait for the upcoming version! :-) (Such is
the nature of early-access releases.)
--
Shawn Bayern
Author, JSP Standard Tag