EL variables

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
[268 byte] By [lehmannda] at [2007-11-27 2:10:12]
# 1
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.
stevejlukea at 2007-7-12 2:01:44 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...