Why is it possible to use ${someVariable} without using the <c:out value="" /> tags round it. What has changed in order for this to be possibleThanks, Dieter
In later version of the JSP spec (2.0 I think), the code for translating EL expressions was pulled out of the JSTL libraries and put into the JSP spec itself.