Can someone give some example code on how I might do this?  The
limitation of session and request taglibs seems to be that they only
work with strings?  Is this true?

Thanks,
Brett

-----Original Message-----
From: Sam Newman [mailto:[EMAIL PROTECTED]]
Sent: Sunday, May 13, 2001 5:48 AM
To: [EMAIL PROTECTED]
Subject: Re: quick question


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