You can use the Apache session Taglib for this, although you would probably
have to cast the response to your User object

sam
----- Original Message -----
From: "Procek, Brett" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 11, 2001 11:13 PM
Subject: quick question


>
> 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