私はしばらくこれに苦労してきました。私はprimefaces 3.5を使用しています。アイコン属性のコマンド ボタンがあります。しかし、画像は表示されていないようです。画像のURLを正しく入れたかどうかわかりません。いくつかのパスを試しました。しかし、まだ機能していません。firebug では、アイコンが表示されます。
/BelsizeWeb/WebContent/theme/primefaces-aristo/images にある私の画像 /BelsizeWeb/WebContent/theme/primefaces-aristo にある CSS
テーマ.css
.ui-icon-excel {
background-image: url("images/toexcel.gif");
}
xhtml
<link type="text/css" rel="stylesheet"
href="#{request.contextPath}/theme/primefaces-aristo/theme.css" />
<p:commandButton type="submit"
styleClass="commandExButton_image" id="cr1001_command_toexcel"
icon="ui-icon-excel"
action="#{pc_Cr1001.doCr1001_command_toexcelAction}" ajax="false">
</p:commandButton>