Hello all,

I have a problem with an object(A hash map with wrapper objects) which I have put in the session scope on Page 1. On page 2 I modify it and delete some of the wrapper objects from the hash map. Aftwards I put the
modified hash map back into the sessions scope.


Code:
------
HashMap userSelection.remove(this.wertPosition); request.getSession().removeAttribute("hashMap2");
request.getSession().setAttribute("hashMap2", userSelection);
------


When I return to page 1 to add new wrapper objects and switch to page 2 the "deleted" objects reapear again altough I explicitly deleted them form the session scope.

What is wrong there? I simply don't understand it.
The pages are configured to work in the session mode.

Regards ,

Peter

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



Reply via email to