A bean gets instantiated and managed for you (different "scopes"). The transient page property doesn't.
-----Original Message----- From: Martin Strand [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 11:43 AM To: Tapestry Subject: @Bean I don't understand what the difference is between a transient page property and a regular @Bean. Could someone please explain? public abstract ArrayList getList(); vs @Bean public abstract ArrayList getList(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
