anClass the_bean = (BeanClass)request.getAttribute(beanName);
%>
Hope this helps,
Andre V
World Adventures
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, February 10, 2000 2:37 PM
To: Orion-Interest
Subject: Accessing a
Gary Albers@TIMEWEB
02/10/2000 03:36 PM
Hi Folks,
Is there any special 'trick' to being able to access an object (bean) from
within a
servlet and a jsp page? I am not getting the same instance of the bean
when I
try to access a bean from the servlert and then a jsp page.
I do the following