Skip to Main Content

Designer not rendering

DrHoneybearMay 4 2022

This is my first time using Jdeveloper and setup is confusing me a bit. A JSPX page is not rendering, I'm only seeing the hierarchy of components. The project is not mine and the author has since departed so I'm picking this up cold. Can someone guide me through how to debug why the page is not rendering .
I turned on message logging and note a few errors:

WARNING: A problem was encountered executing the page.  Using fallback rendering.
javax.servlet.ServletException
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:663)
Caused by: java.lang.NullPointerException
	at org.apache.myfaces.trinidadinternal.ui.laf.base.BaseLafUtils._generateDesignTimeURL(BaseLafUtils.java:628)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.BaseLafUtils.getConfiguredURL(BaseLafUtils.java:592)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.BaseLafRenderer.getBaseImageURI(BaseLafRenderer.java:613)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer.writeAbsoluteImageURI(XhtmlLafRenderer.java:1512)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer.renderIcon(XhtmlLafRenderer.java:1377)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer.renderIcon(XhtmlLafRenderer.java:1353)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer._renderTransparent(XhtmlLafRenderer.java:1225)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer.renderTransparent(XhtmlLafRenderer.java:1203)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer.renderTransparent(XhtmlLafRenderer.java:1173)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.desktop.HtmlLafRenderer.renderTransparent(HtmlLafRenderer.java:104)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer.renderSpacer(XhtmlLafRenderer.java:1133)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.desktop.PageHeaderLayoutRenderer._renderTabBar(PageHeaderLayoutRenderer.java:575)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.desktop.PageHeaderLayoutRenderer.renderContent(PageHeaderLayoutRenderer.java:431)
	at org.apache.myfaces.trinidadinternal.ui.BaseRenderer.render(BaseRenderer.java:93)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:85)
	at org.apache.myfaces.trinidadinternal.ui.BaseUINode.render(BaseUINode.java:358)
	at org.apache.myfaces.trinidadinternal.ui.BaseUINode.render(BaseUINode.java:313)
	at org.apache.myfaces.trinidadinternal.ui.BaseRenderer.renderChild(BaseRenderer.java:425)
	at org.apache.myfaces.trinidadinternal.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:343)
	at org.apache.myfaces.trinidadinternal.ui.BaseRenderer.renderIndexedChild(BaseRenderer.java:235)
	at org.apache.myfaces.trinidadinternal.ui.BaseRenderer.renderContent(BaseRenderer.java:142)
	at org.apache.myfaces.trinidadinternal.ui.BaseRenderer.render(BaseRenderer.java:93)
	at org.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.XhtmlLafRenderer.render(XhtmlLafRenderer.java:85)
	at org.apache.myfaces.trinidadinternal.ui.BaseUINode.render(BaseUINode.java:358)
	at org.apache.myfaces.trinidadinternal.ui.BaseUINode.render(BaseUINode.java:313)
	at org.apache.myfaces.trinidadinternal.ui.composite.UINodeRenderer.renderWithNode(UINodeRenderer.java:104)
	at org.apache.myfaces.trinidadinternal.ui.composite.UINodeRenderer.render(UINodeRenderer.java:50)
	at org.apache.myfaces.trinidadinternal.uinode.UIXComponentUINode.renderInternal(UIXComponentUINode.java:192)
	at org.apache.myfaces.trinidadinternal.uinode.UINodeRendererBase.encodeEnd(UINodeRendererBase.java:70)
	at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1231)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1859)
	at org.apache.myfaces.trinidad.render.CoreRenderer.encodeChild(CoreRenderer.java:660)
	at org.apache.myfaces.trinidad.render.CoreRenderer.encodeAllChildren(CoreRenderer.java:677)
	at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:70)
	at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:160)
	at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:153)
	at org.apache.myfaces.trinidadinternal.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:83)
	at org.apache.myfaces.trinidad.render.CoreRenderer.encodeEnd(CoreRenderer.java:538)
	at org.apache.myfaces.trinidad.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:1231)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1863)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1859)
	at javax.faces.component.UIComponent.encodeAll(UIComponent.java:1859)
	at com.sun.faces.application.view.JspViewHandlingStrategy.doRenderView(JspViewHandlingStrategy.java:431)
	at com.sun.faces.application.view.JspViewHandlingStrategy.renderView(JspViewHandlingStrategy.java:232)
	at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)
	at org.apache.myfaces.trinidad.view.ViewDeclarationLanguageWrapper.renderView(ViewDeclarationLanguageWrapper.java:101)
	at org.apache.myfaces.trinidadinternal.application.ViewDeclarationLanguageFactoryImpl$ChangeApplyingVDLWrapper.renderView(ViewDeclarationLanguageFactoryImpl.java:338)
	at com.sun.faces.application.view.MultiViewHandler.renderView(MultiViewHandler.java:134)
	at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:337)
	at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:170)
	at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:120)
	at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:101)
	at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:219)
	at javax.faces.webapp.FacesServlet.service(FacesServlet.java:651)
May 04, 2022 2:55:25 PM com.sun.faces.config.ConfigureListener contextInitialized
INFO: Initializing Mojarra 2.2.8-21 ( 20170411-1128 e6720eddab4eac4ae47623d55ad1dc9d11494fe0) for context '/ora_jdev_dt'
May 04, 2022 2:55:26 PM com.sun.faces.spi.InjectionProviderFactory createInstance
INFO: JSF1048: PostConstruct/PreDestroy annotations present.  ManagedBeans methods marked with these annotations will have said annotations processed.
May 04, 2022 2:55:26 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 5.1.3.Final
May 04, 2022 2:55:27 PM com.sun.faces.mgbean.BeanManager addBean
WARNING: JSF1074: Managed bean named 'selectItems_SupInd' has already been registered.  Replacing existing managed bean class type java.util.ArrayList with java.util.ArrayList.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleRightEnabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleRightDisabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleRightAllEnabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleRightAllDisabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleLeftEnabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleLeftDisabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleLeftAllEnabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleLeftAllDisabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleUpEndDisabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleUpEndEnabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleUpEnabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleUpDisabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleDownEnabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleDownDisabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleDownEndEnabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector .AFSelectShuttleDownEndDisabledIcon:alias is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectManyShuttle::move-horizontal-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::move-horizontal-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectManyShuttle::move-horizontal-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::move-horizontal-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectManyShuttle::moveall-horizontal-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::moveall-horizontal-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectManyShuttle::moveall-horizontal-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::moveall-horizontal-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectManyShuttle::remove-horizontal-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::remove-horizontal-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectManyShuttle::remove-horizontal-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::remove-horizontal-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectManyShuttle::removeall-horizontal-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::removeall-horizontal-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectManyShuttle::removeall-horizontal-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::removeall-horizontal-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::move-top-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::move-top-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::move-up-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::move-up-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::move-down-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::move-down-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::move-bottom-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::move-bottom-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectManyShuttle::moveall-horizontal-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::moveall-horizontal-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectManyShuttle::moveall-horizontal-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.skin.SkinStyleSheetParserUtils _createStyleSheetEntry
INFO: The skin selector af|body:high-contrast af|selectOrderShuttle::moveall-horizontal-disabled-icon is not a Skin Icon Object since it does not have a content attribute. If you created this selector, please rename it to end with "style" instead of "icon" so that the Skinning Framework will treat it as a style, not an icon.
May 04, 2022 2:55:31 PM org.apache.myfaces.trinidadinternal.style.xml.parse.StyleSheetDocument _resolveStyleNode
WARNING: Circular dependency detected in style af|dvt-timeline


This post has been answered by Timo Hahn on Jun 9 2022
Jump to Answer
Comments
Post Details
Added on May 4 2022
24 comments
160 views