Hi all, When a page/component is transformed (in version 5.2.6) and there is a field like the following:
private List<TheType> aList = new ArrayList<TheType>(); Does the inline initialization claim the field at transformation-time so that it is not cleared during request detachment? ("Claim" as in what the @Retain annotation would do in vers. 5.1.0.5 and prior.) I looked in the online manual for information about this but didn't find anything in the places I looked, and quickly got over my head (for the short time I had) in the source. I'm trying to debug a problem (data bleeding over into other sessions) with a coworker's page class and a "yes" answer to the above would complete the circle, so to speak. Thanks very much, Les Baker --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org