RE: problem with bean having session scope

2002-03-17 Thread Slimane
: Slimane [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 3:49 PM To: Struts Users Mailing List Subject: RE: problem with bean having session scope Hi, Thanx again for your answer :) The problem is that I don't want to nest my ActionForm, I want them all treated as a unique session bean

problem with bean having session scope

2002-03-15 Thread Slimane Zouggari
Hi, I have 3 form beans. Each of them have a session scope defined in the struts-config.xml. Here's the config for one of them: action path=/piechart type=be.stluc.info.struts.PieChartAction name=piechartform scope=session When I try to access them

Re: problem with bean having session scope

2002-03-15 Thread Slimane Zouggari
well as nobody seems to have a clue about my problem. I'll ask my question differently :) When is a session bean destroyed ? If I specify, a form bean to have a session scope (as I did in the struts-config.xml), when will it be destroyed ? I suppose the form bean is created the first time I

Re: problem with bean having session scope

2002-03-15 Thread Otavio C. Decio
AFAIK, a session bean is destroyed when the session expires (30 min by default). Otavio - Original Message - From: Slimane Zouggari [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 15, 2002 12:02 PM Subject: Re: problem with bean having session scope

Re: problem with bean having session scope

2002-03-15 Thread Slimane Zouggari
). Otavio - Original Message - From: Slimane Zouggari [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 15, 2002 12:02 PM Subject: Re: problem with bean having session scope well as nobody seems to have a clue about my problem. I'll ask my question

RE: problem with bean having session scope

2002-03-15 Thread Joseph Barefoot
Zouggari [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 9:15 AM To: Struts Users Mailing List Subject: Re: problem with bean having session scope Thanx, I supposed it was something like that :) The thing is, I still don't understand why my beans aren't shared among all of my action classes

RE: problem with bean having session scope

2002-03-15 Thread Slimane
: Slimane Zouggari [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 9:15 AM To: Struts Users Mailing List Subject: Re: problem with bean having session scope Thanx, I supposed it was something like that :) The thing is, I still don't understand why my beans aren't shared among all of my action

RE: problem with bean having session scope

2002-03-15 Thread Galbreath, Mark
Mailing List Subject: Re: problem with bean having session scope AFAIK, a session bean is destroyed when the session expires (30 min by default). Otavio - Original Message - From: Slimane Zouggari [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Friday, March 15

RE: problem with bean having session scope

2002-03-15 Thread Joseph Barefoot
[mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 1:58 PM To: Struts Users Mailing List Subject: RE: problem with bean having session scope Hi, Thanks for your answer, I'll try to remove the jsp:useBean tag. But I still do have a question :) You say that: Struts takes care of instantiating

RE: problem with bean having session scope

2002-03-15 Thread Slimane
[mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 1:58 PM To: Struts Users Mailing List Subject: RE: problem with bean having session scope Hi, Thanks for your answer, I'll try to remove the jsp:useBean tag. But I still do have a question :) You say that: Struts takes care

RE: problem with bean having session scope

2002-03-15 Thread Joseph Barefoot
, 2002 3:49 PM To: Struts Users Mailing List Subject: RE: problem with bean having session scope Hi, Thanx again for your answer :) The problem is that I don't want to nest my ActionForm, I want them all treated as a unique session bean. Without them being into (dependant of) another ActionForm. so

RE: problem with bean having session scope

2002-03-15 Thread Slimane
, 2002 3:49 PM To: Struts Users Mailing List Subject: RE: problem with bean having session scope Hi, Thanx again for your answer :) The problem is that I don't want to nest my ActionForm, I want them all treated as a unique session bean. Without them being into (dependant of) another ActionForm