cash1981
07-12-2007, 05:55 PM
Hello. I want the equivalent code for
<% session.setAttribute("someText", Object) %>
In JSP tag.
I think I can use
<c:set var="advertiseList" value="${advertises}" scope="session" />
But this doesnt work. Any suggestions?
<% session.setAttribute("someText", Object) %>
In JSP tag.
I think I can use
<c:set var="advertiseList" value="${advertises}" scope="session" />
But this doesnt work. Any suggestions?