Hello Jacob, Thanx for the reply. I will explain you the whole app. flow 1) The user selects an option on a page from where the request is forwarded to a action class. 2) In the action class a hashtable of Categories is loaded and is forwarded to the a Frameset that contains 2 frames one which shows 2 select box and the 2 frame displays the result on selecting a item in the second select box. 3) Now the user is asked to select a category on selecting a category a the request is forwarded via a javascript to a categoryAction class.
4) In CategoryAction class all the assortments for the selected Category are loaded and the request is forwarded to a the same main frame which contains the 2 frames. 5) On selection of the assortment the request is forwarded to AssortmentAction via javascript where all the sub Assortments are selected and the result have to be displayed in the second frame. Please Guide me with it. the javascript code:: unction ChangeCategory() { document.categoriesForm.submit(); } function ChangeAssortment() { assortmentForm.target="main"; document.assortmentForm.submit(); } ----- Original Message ----- From: "Jacob Hookom" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 1:37 PM Subject: Re: Using Frames in Struts > I remember the issue coming up before where if two requests were made at the > same time to the server, you would somehow end up with two sessions. The > recommendation of that thread, if I remember correctly, was to have a login > page or an action that initializes a session, then forwards to the frames > page once that single session is set. > > ----- Original Message ----- > From: "Alok Garg" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Friday, November 01, 2002 2:03 AM > Subject: Re: Using Frames in Struts > > > > Hello Jacob, > > Yes I am not sure in how 2 sessions will be initiated. > > Can u please elobrate on the point > > > > Alok > > ----- Original Message ----- > > From: "Jacob Hookom" <[EMAIL PROTECTED]> > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > > Sent: Friday, November 01, 2002 12:24 PM > > Subject: Re: Using Frames in Struts > > > > > > > Are you sure that with frames, you don't have 2 sessions running? > > > > > > Usually you have a single page that initiates the session, then forwards > > to > > > the frames pages. > > > > > > ----- Original Message ----- > > > From: "Alok Garg" <[EMAIL PROTECTED]> > > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > > > Sent: Friday, November 01, 2002 12:43 AM > > > Subject: Re: Using Frames in Struts > > > > > > > > > > Hello Corneil , > > > > Thanx for teh reply its in the Session. > > > > Alok > > > > ----- Original Message ----- > > > > From: "du Plessis, Corneil C" <[EMAIL PROTECTED]> > > > > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > > > > Sent: Friday, November 01, 2002 11:49 AM > > > > Subject: RE: Using Frames in Struts > > > > > > > > > > > > > Sounds like your hastable is in your request and not the session > > > > > > > > > > Corneil du Plessis > > > > > Technical Specialist > > > > > Internet Development > > > > > Retail Channels > > > > > Standard Bank > > > > > Direct +27 (11) 636-2210 > > > > > Mobile +27 (83) 442-9221 > > > > > ICQ# 66747137 > > > > > > > > > > > > > > > > > > > > -----Original Message----- > > > > > From: Alok Garg [mailto:alok@;direct2s.com] > > > > > Sent: 01 November, 2002 06:17 > > > > > To: Struts Users Mailing List > > > > > Subject: Using Frames in Struts > > > > > > > > > > > > > > > Has anybody have used frames in Struts 1.1b2 with weblogic61 then > > please > > > > > guide me with a problem that I am facing. > > > > > I have a main Frame with 2 frames in it. From one frame1 I am > calling > > an > > > > > action class from where I am setting a hashtable, and I am > forwarding > > it > > > > to > > > > > the main frame. > > > > > I want to access this hashtable in my second frame which I am unable > > to > > > do > > > > > it. I can get the hashtable in the first frame but not in the second > > > > frame. > > > > > > > > > > Now, when I press refresh I get the hashtable in the secondframe. > > > > > Please help me with this, and if u can provide me with an example it > > > would > > > > > be of greate help. > > > > > > > > > > Alok > > > > > > > > > > ______________________________________________ > > > > > > > > > > Disclaimer and confidentiality note > > > > > > > > > > > > > > > Everything in this e-mail and any attachments relating to the > official > > > > business of > > > > > Standard Bank Group Limited is proprietary to the company. It is > > > > confidential, legally > > > > > privileged and protected by law. Standard Bank does not own and > > endorse > > > > any other content. > > > > > Views and opinions are those of the sender unless clearly stated as > > > being > > > > that of Standard Bank. > > > > > > > > > > The person addressed in the e-mail is the sole authorised recipient. > > > > Please notify the sender > > > > > immediately if it has unintentionally reached you and do not read, > > > > disclose or use the content > > > > > in any way. > > > > > > > > > > Standard Bank can not assure that the integrity of this > communication > > > has > > > > been maintained nor > > > > > that it is free of errors, virus, interception or interference. > > > > > > > > > > ______________________________________________ > > > > > > > > > > -- > > > > > To unsubscribe, e-mail: > > > > <mailto:struts-user-unsubscribe@;jakarta.apache.org> > > > > > For additional commands, e-mail: > > > > <mailto:struts-user-help@;jakarta.apache.org> > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > > > To unsubscribe, e-mail: > > > <mailto:struts-user-unsubscribe@;jakarta.apache.org> > > > > For additional commands, e-mail: > > > <mailto:struts-user-help@;jakarta.apache.org> > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > <mailto:struts-user-unsubscribe@;jakarta.apache.org> > > > For additional commands, e-mail: > > <mailto:struts-user-help@;jakarta.apache.org> > > > > > > > > > > > > > > -- > > To unsubscribe, e-mail: > <mailto:struts-user-unsubscribe@;jakarta.apache.org> > > For additional commands, e-mail: > <mailto:struts-user-help@;jakarta.apache.org> > > > > > -- > To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> > For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org> > > -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>