Archive | September 22nd, 2008

h:graphicImage in JSF

September 22, 2008

0 Comments

The h:graphicImage tag renders an HTML image tag. 1 <h:graphicImage id="jsfimage" value="/images/jsfimage.gif" width="200" height="50" /> h:graphicImage Tag Attributes alt The alt attribute is a standard HTML attribute that sets the alternate textual description rendered by this component. binding The value-binding expression linking this component tag to a backing bean property. dir The dir attribute is [...]

email