如何让h:graphicImage成为http://www.google.com的链接?
<h:graphicImage value="/imagenes/Powertrain_GM.gif" width="50" />
我试着这样说:
<a href="http://www.google.com">
<h:graphicImage value="/imagenes/Powertrain_GM.gif" width="50" />
</a>
但是不起作用......
也尝试过:
<a href="http://www.google.com">
<img src="/imagenes/Powertrain_GM.gif">
</a>
但没有......一切都在<h:form>...</h:form>
请帮助。
答案 0 :(得分:0)
我不知道为什么它有效。我用了第二个代码。这个奇怪问题的任何想法?我没有改变任何东西,知道工作......