After doing a quick check through the source ...
find . -name "*.java" | xargs grep "removeAttribute"

It would appear there are a few places that the method gets called. A cursory examination of each suggests they are all to remove things which were temporarily placed there and shouldn't be left. In other words, I don't believe Struts ever removes you form bean.

atta ur-rehman wrote:

When does struts framework remove ActionFrom objects from the session, if at all. I'm worried if I'd be making my session object too large. Moreover, what are the best practices for storing <html:select> collections in the session? How and when to remove these collections from the session?

Regards,

ATTA

--
Eddie Bush




--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to