Re: Frames question

2005-02-28 Thread Leon Rosenberg
There are no problems working with frames, but you have to consider, that each frame is a separate http request. So, if you have a frameset with two frames in it, lets call them left and right, your browser actually sends 3 requests to your webserver. To do it the struts conform way (or what I th

Re: Frames question

2005-02-28 Thread Leon Rosenberg
There are no problems working with frames, but you have to consider, that each frame is a separate http request. So, if you have a frameset with two frames in it, lets call them left and right, your browser actually sends 3 requests to your webserver. To do it the struts conform way (or what I th

Frames question

2005-02-28 Thread Sergey Livanov
Please give me a peace of advice. I have an application designed with Struts. There are 2 parts in the page. On the left side there is a tree by JavaScript and on the right the data which are accepted from tree elements. To avoid duplication when data are downloaded into the tree I have decided t

Re: frames question

2005-02-28 Thread brenmcguire
Frames are a recurrent question here. When you forward to a frameset, you forward only to the frameset itself and not to each frame. This means that: 1) attributes put in request scope appear ONLY in the first request, i.e. in the frameset (then NOT in the frames); 2) request parameters are present

frames question

2005-02-26 Thread Sergey Livanov
I use Frames in my application and in my jsp don't work simple Could you please help? -- regards, Sergey mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For