JSTL EL is a very nice tool for writing JSPs.
Unfortunately it is not as nicely handled as scriptlets for these reasons:
no code completion is provided
no syntax checking is done
not referenced by "find references"
I still prefer putting (uglies) scriptlets in my JSPs rather than using the JSTL taglibs. The coding support provided by IDEA is more important to me.
-- LudovicOrban - 19 Jun 2003