Does anyone know if it's possible to use taglibs for getting a not
string object value back
from a session?
 
For example, how could I use taglibs to convert the following:

<% User user = (User)session.getValue("user"); %>

Thanks in advance!
Brett

Reply via email to