It sounds like the ActionForm is in session scope (the default) and that there is a reference to the other collections on the ActionForm.

You may also need to dispose the ActionForm after resetting the collection, something like

request.getSession().set("myActionForm",null);

-Ted.

--
Ted Husted,
Struts in Action <http://husted.com/struts/book.html>



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



Reply via email to