我正在使用 h:graphicImage 使用该name
属性显示图像。现在,为了成功实现PrettyPhoto(JQuery 实现),我也需要图像的结果路径(/javax.faces.resource/pictures/file.png.xhtml
)<a href />
。
正如您从 PrettyPhoto 的文档片段中看到的那样,我需要图像的路径作为我的路径<a href />
(由于使用缩略图,实际上存在差异):
<a href="images/fullscreen/2.jpg" rel="prettyPhoto" title="This is the description">
<img src="images/thumbnails/t_2.jpg" width="60" height="60" alt="This is the title" />
</a>
有没有办法为h:graphicImage
我提取资源名称(因为它的命名)h:outputLink
?