That's what it was! Jeesh, I was just doing my type casting wrong (when
I tried it).
Thanks alot!
Jere
Michael Nash wrote:
>
> Jere:
>
> You must do an explicit cast, as yout error suggests, because the getValue
> is returning a "generic" Object - it doesn't know it's a cartitem.
>
> If you say:
> B = (cartitem) session.getValue(A.getName());
>
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html