RE: Accessing a 'bean' from both servlet and jsp

2000-02-10 Thread Andre Vanha
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

Accessing a 'bean' from both servlet and jsp

2000-02-10 Thread galbers
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