Does session propagate to the pop-up window and vice-versa?

----- Original Message -----
From: "David Graham" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 19, 2003 1:47 PM
Subject: Re: Action Form Design Problem


> Treat it as a multi-page form.  Store the form bean in the session and
have
> both pages store their data in the same form bean.  Your final submit
action
> will then have access to all the data.
>
> David
>
>
>
> >From: "Amit Keshav Kulkarni" <[EMAIL PROTECTED]>
> >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
> >Subject: Action Form Design Problem
> >Date: Wed, 19 Mar 2003 10:45:04 +0530
> >
> >Hi All,
> >We are developing an application using Struts.
> >The design of our screens is such that in Create screen a pop up
> >window is used for capturing some of the data.
> >User enters the data in the pop up window, saves it, returns to
> >the parent window, fills some data in the parent window and finally
> >submits the request for saving the data. At the time of saving
> >we need the data entered in parent as well as pop up window.
> >
> >So how should the design of Action Forms and Action classes be in this
> >case?
> >
> >Thanks and Regards,
> >Amit
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> _________________________________________________________________
> The new MSN 8: advanced junk mail protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to