Tuesday, November 29, 2011

WARN AjaxContext:358 - Current Skin is not found


org.ajax4jsf.framework.skin.SkinNotFoundException


Comment the ajax's SKIN configuration on web.xml file, or set it to DEFAULT.





No comments:

Post a Comment

eclipse: java: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder" or Exception in thread "main" java.lang.NoClassDefFoundError: org/slf4j/impl/StaticLoggerBinder

  >PROBLEM Using Eclipse, you try to run a simple logging test using "org.slf4j.Logger" like the sample below: package Test; im...