1 Reply Latest reply on Jul 11, 2008 11:32 AM by mattmwheeler

    org.ajax4jsf.resource.TemplateCSSResource deprecated - what

    mattmwheeler

      TemplateCSSResource appears to have been deprecated by nbelaevski on Jan 14, 2008 revision 5367. However, the deprecated tag does not tell what to use instead. Are there any recommendations? Did something replace this, or is there another recommended way to process .xcss files?

      We are currently using it as follows:

      private InternetResource[] styles = {
       new TemplateCSSResource(ResourcePathConstants.COMPONENT_XCSS_PATH)
       };


      Thanks in advance.