Thanks 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
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