docTemplate.setEventsEnabled(false);
// Components
docTemplate = registerItsNatDocumentTemplate("feashow.ext.comp.lists.freeListSVGEmbExample","application/xhtml+xml",pathPrefix,pages);
docTemplate.addItsNatServletRequestListener(new FreeListSVGLoadListener());
docTemplate = registerItsNatDocumentTemplate("feashow.ext.comp.lists.freeListSVGPureExample","image/svg+xml",pathPrefix,pages);
docTemplate.addItsNatServletRequestListener(new FreeListSVGLoadListener());
docTemplate = registerItsNatDocumentTemplate("feashow.ext.comp.tables.freeTableSVGEmbExample","application/xhtml+xml",pathPrefix,pages);
docTemplate.addItsNatServletRequestListener(new FreeTableSVGLoadListener());
docTemplate = registerItsNatDocumentTemplate("feashow.ext.comp.layers.modalLayerSVGExample","image/svg+xml",pathPrefix,pages);