posted 15 years ago
Hi,
Just a quick correction on 2)
<c:set var="${user}" value="pink" scope="session"/>
would cause the following exceptioin:
org.apache.jasper.JasperException: /Test.jsp(33,0) According to TLD or attribute directive in tag file, attribute var does not accept any expressions
The reason it that var attribute is declared with: <rtexprvalue>false</rtexprvalue>
and it doesn't accept scripting expressions or EL expressions.
Thanks
Katrin
Katrin
SCJP 5.0, SCWCD, SCBCD, Oracle Certified Master Enterprise Architect