Re: request browser window identification

2006-10-26 Thread Christopher Schultz
Tomas, > I have application, where I store in session stack with actions the user > made. When he wants to go back, I pop the action from the stack, etc. > But this doesn't work fine for multiple windows (same session). So I > want to identify for which window which action was performed. I have f

RE: request browser window identification

2006-10-26 Thread Peter Crowther
> From: Peter Crowther > - User has window W open on page A. > - User opens window Y, a copy of window X, using their browser menus. (Sigh). Too little coffee. The first line should read "window X", not "window W". Sorry about that. - Peter ---

RE: request browser window identification

2006-10-26 Thread Peter Crowther
> From: Tomas Pop [mailto:[EMAIL PROTECTED] > please, is some HttpServletRequest parameter or attribute, that > identifies the browser window? Not to my knowledge. If you want to identify from which response the new request was generated, you'll have to write your response in some suitable way