Re: ASO class not instantiated

2006-08-29 Thread Borut Bolčina
Thanks Kirby.

Re: ASO class not instantiated

2006-08-29 Thread Richard Kirby
Hi Borut State objects are not instantiated until they are first accessed. You need an @InjectState("manager") in, for example, a page. Cheers Richard Borut Bolčina wrote: Why on earth is my ASO not instantiated? package com.mycompany.posting.applic

ASO class not instantiated

2006-08-28 Thread Borut Bolčina
Why on earth is my ASO not instantiated? package com.mycompany.posting.application; import org.apache.log4j.Logger; public class Manager { /** * Logger for this class */ private static final Logger logger = Logger.getLogger(Manager.class); p