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

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -