Henning Nöth created TOBAGO-2380: ------------------------------------ Summary: Unnecessary warning is written to log if "image" attribute value is a URL Key: TOBAGO-2380 URL: https://issues.apache.org/jira/browse/TOBAGO-2380 Project: MyFaces Tobago Issue Type: Bug Components: Core Affects Versions: 6.6.0, 5.14.0 Reporter: Henning Nöth
If the "image" attribute value for a command (e. g. button/link) is an URL, than a warning is written to the log. The same applies to <tc:image value=.../> In fact, the attribute value must be a Bootstrap or Fontawesome icon to avoid the warning. {code:xml} <tc:link image="#{request.contextPath}/image/tobago.jpg"/> <tc:image value="#{request.contextPath}/image/tobago.png"/> {code} -- This message was sent by Atlassian Jira (v8.20.10#820010)