に問題があり<p:commandLink>
ます。<p:graphicImage>
ホバー効果を作りたいのですが、CSS経由で画像を読み込めません。
CSS:
.accountEditBtn {
background-image:
url('#{request.contextPath}/resources/image/pencil_black.png');
}
JSF:
<p:commandLink
update="@form"
actionListener="#{someBean.someListener}">
<h:graphicImage styleClass="accountEditBtn" />
</p:commandLink>
境界線のある空の長方形が表示されます。
しかし、graphicImage に alt を追加すると、alt からテキストの上に画像が表示されます...
私の間違いはどこですか?ありがとうございました。ps 入力エラー - classType -> styleClass