Hi, I want to use some components with the icon-attribute (tr:commandNavigationItem and tr:panelPopup), but the icon is never rendered. The path to the image should be correct, because using a simple tag with the same path is showing the image. Short example: <?xml version="1.0" encoding="UTF-8"?> <jsp:root xmlns="http://www.w3.org/1999/xhtml" xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:f="http://java.sun.com/jsf/core" xmlns:tr="http://myfaces.apache.org/trinidad" version="2.0"> <f:view> <tr:document title="test"> <tr:form> <tr:commandNavigationItem text="test" icon="/images/warn.gif"/> </tr:form> </tr:document> </f:view> </jsp:root>
The text is rendered, but not the icon. I'm using Trinidad 1.2.6 (old versions had the same prob) and Facelets 1.1.14. Do I have to configure something special, or what could be my fault? -- View this message in context: http://www.nabble.com/-Trinidad--Icon-%28attribute%29-not-rendered-tp15530596p15530596.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

