i am writing following code in my project with spring framework 3
<c:set var="s" value="hello"/>
<c:out value="${s}"/>
the out put should be hello but its comming ${s}
when i am running the same code in normal web project with out spring in that the code is working fine
kindly help.....