Struts and frames: what about the request scope?

2003-10-30 Thread Jeroen Breedveld
Hi all, I'm trying to use struts with frame but the problem I have is that forms disappear from the request scope when I forward to an jsp containing a frameset to other actions like this: !-- jsp containing form submitting to someAction -- action path=/somePage

RE: Struts and frames: what about the request scope?

2003-10-30 Thread Andrew Hill
object. Probably wont be an issue if your just reading values for display though. -Original Message- From: Jeroen Breedveld [mailto:[EMAIL PROTECTED] Sent: Thursday, 30 October 2003 18:49 To: [EMAIL PROTECTED] Subject: Struts and frames: what about the request scope? Hi all, I'm trying

Re: RE: Struts and frames: what about the request scope?

2003-10-30 Thread George Steimer
the same form object. Probably wont be an issue if your just reading values for display though. -Original Message- From: Jeroen Breedveld [mailto:[EMAIL PROTECTED] Sent: Thursday, 30 October 2003 18:49 To: [EMAIL PROTECTED] Subject: Struts and frames: what about the request scope? Hi

Re: Struts and frames: what about the request scope?

2003-10-30 Thread Kris Schneider
Message- From: Jeroen Breedveld [mailto:[EMAIL PROTECTED] Sent: Thursday, 30 October 2003 18:49 To: [EMAIL PROTECTED] Subject: Struts and frames: what about the request scope? Hi all, I'm trying to use struts with frame but the problem I have is that forms disappear from

RE: Struts and frames: what about the request scope?

2003-10-30 Thread Jose Ramon Diaz
hi all, We use Frames in our application. We have had this problem a we use different approach. We suppose the form data is ONLY needed for the action, so the action executes and change the model as needed. The action decides which is the next page, and if it can have frames it sets a variable