RE: - Problems with extracting beans from a JavaServer Page

2006-03-02 Thread Day, Ron
by [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 2:24 PM To: Tomcat Users List Subject: Re: - Problems with extracting beans from a JavaServer Page Thanks Ron, I've now changed it to store the item both in the session and the request and this has done the trick. I store it in the

Re: - Problems with extracting beans from a JavaServer Page

2006-03-02 Thread Mark Whitby
n" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Thursday, March 02, 2006 8:16 PM Subject: RE: - Problems with extracting beans from a JavaServer Page Yes, if I interpreted your code correctly. The "scope" attribute determines where the bean is stored, i.e. in

RE: - Problems with extracting beans from a JavaServer Page

2006-03-02 Thread Day, Ron
From: Mark Whitby [mailto:[EMAIL PROTECTED] Sent: Thursday, March 02, 2006 2:00 PM To: Tomcat Users List Subject: Re: - Problems with extracting beans from a JavaServer Page Thanks for the reply Ron So what you're saying is that once the page has loaded the bean, it discards it? Which mea

Re: - Problems with extracting beans from a JavaServer Page

2006-03-02 Thread Mark Whitby
Thanks for the reply Ron So what you're saying is that once the page has loaded the bean, it discards it? Which means I can send a bean from a servlet to a page but I can't extract a bean from a page? Is that correct based on my code? So what I'm thinking now is to store the bean in the ses