h:commandButton and attribute image
I cannot make work a h:commandButton that contains an image.When
the browser opens a see "a not found image" icon.
The code is
<h:commandButton image="/images/englishFlag.jpg"
actionListener="#{rushmore.listen}"
action="#{rushmore.act}"/>
However I don't thing there is any problem with the image Url since the following component displays the image with no problem
<h:graphicImage value="/images/englishFlag.jpg" style="border:0px"/>
Any suggestion?

