Hello all I am using the request scope.
I have parent window, which opens a child window on button click.
Am using window.open
That child window opened is request scope. Problem is, on that child window there is a button.. say I write "greg" in the textbox and click the button its reset back to old value.
On every button click its considering it a new request.
whats the probleM?? Its not normal. I am thinking of doing session, and then on close of that child window invalidate the session??