Posted By:
Steve_Gutter
Posted On:
Thursday, October 21, 2004 02:40 PM
How do you display the value of a request or session variable via a taglib in a jsp?
I'm currently using
<%= session.getAttribute("somename") %>
but I'm wondering if there isn't a taglib that can be used instead.