Does anybody know how Struts handles concurrency when it uses Reflection to update ActionForm attributes? I am assuming that it doesn't but this can be problematic if, in the case of a web application, you have two browser windows - for the same session (this can de done in IE but opening a new browser window from inside a current one) - accessing the same session object concurrently. Just wondering.... Cheers, Struts Newbie
- Re: Synchronization of ActionForm objects Kevin McLain
- Re: Synchronization of ActionForm objects Ted Husted
- RE: Synchronization of ActionForm objects Kevin McLain