--- new2you <[EMAIL PROTECTED]> wrote:
> Is there ANYTHING I could be doing wrong that causes
> this behavior? Always hearing "S2 is thread-safe"...


(1) Once you're accessing non-local data, like
something from the application or session contexts,
it's no longer "autmagically" thread-safe, because
other threads/processes can access the same data.

(2) I have *never* seen an issue like that with
<s:iterator.../> so I'd suspect something else first. 

If you say that an ArrayList of Strings *does* work
correctly then perhaps the objects the ArrayList
contains are being changed, but w/o more information I
wouldn't have any idea why or how.

d.



 
____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097

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

Reply via email to