Request scope for FormBeans does not work??

2003-11-13 Thread Voinea, Marina
Hi, Heeelp: I have been struggling for the last 2 days with an issue regarding the / request / session scope of the form beans defined in action mappings. (Request scope does not work for me, I have to use session scope...). Can you please help : I have the following steps within the code;

Re: Request scope for FormBeans does not work??

2003-11-13 Thread Rick Reumann
Voinea, Marina wrote: (MtgDayForm)form.setMeetings(mtgBeanList); // try to store in form, the form scoped at request You fowarded to this Action and it has the current request, but objects in that request are now no longer around once you leave this Action.. so you need to

Re: Request scope for FormBeans does not work??

2003-11-13 Thread Phil
, so you dont have to specify it. HTH, Phil - Original Message - From: Voinea, Marina [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, November 13, 2003 8:42 PM Subject: Request scope for FormBeans does not work?? Hi, Heeelp: I have been struggling

RE: Request scope for FormBeans does not work??

2003-11-13 Thread Voinea, Marina
List Subject: Re: Request scope for FormBeans does not work?? Hi, i think you have to set the attribute redirect=false, than a simple forward is done. The difference between a redirect and a simple forward is that if you use redirect a new request is create when you call another resource (jsp

RE: Request scope for FormBeans does not work??

2003-11-13 Thread Voinea, Marina
: Thursday, November 13, 2003 3:01 PM To: Struts Users Mailing List Subject: Re: Request scope for FormBeans does not work?? Hi, i think you have to set the attribute redirect=false, than a simple forward is done. The difference between a redirect and a simple forward is that if you use redirect a new