Hi, One thing confuses me, here is a sample code:
private Map<String, String> countryList; @Inject private DBServices dbServices; void pageLoaded() { countryList = dbServices.getCountryList(); without any Persist annotation, the countryList is persisted between requests. if I move the above line to the constructor of the page class, it has the same result. why? A.C. -- View this message in context: http://www.nabble.com/T5%3A-Map-and-persistency-tf4931665.html#a14115516 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]