04-03-2006 11:18 AM
04-03-2006 12:50 PM
04-03-2006 05:00 PM
04-03-2006 05:22 PM
children = config.getConfigElement("children");
should give you back something i.e. not null.
log4j.logger.org.alfresco.config=debug
log4j.logger.org.alfresco.web.config=debug
04-04-2006 02:06 AM
04-04-2006 03:35 AM
ConfigService configSvc = Application.getConfigService(FacesContext.getCurrentInstance());
Config config = svc.getConfig("DefaultLanguage");
ConfigElement children = config.getConfigElement("children");
04-04-2006 04:08 AM
04-04-2006 05:36 PM
04-05-2006 02:19 AM
04-05-2006 05:07 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.