498499500501502503504505506507508
} public static ProfileCollection getProfileCollection(PageContext pc) throws PageException { if(_profileCollection==null) { try { _profileCollection=new ProfileCollection(pc.getConfig()); } catch (Exception e) { throw Caster.toPageException(e); } }