jsf - How to set the alt attribute for h:graphicImage? -
i define image in jsf application:
<h:graphicimage library="mypath" name="myimg"/> as result html output:
<img src="bla-bla-bla" alt="" /> it works have question. how set attribute alt html tag img in case? example
<h:graphicimage library="mypath" name="myimg" alt="mytext"/> doesn't work...
Comments
Post a Comment