【发布时间】:2012-05-28 05:31:41
【问题描述】:
我传递了一个参数“parent”,如下所示。
<h:commandLink rendered="some contidion" >
<td>
<a href="home.xhtml">
<img src="icon.png" width="140" height="140" alt="alternate" />
</a>
</td>
<f:param name="parent" value="ABC" />
</h:commandLink>
但在 home.xhtml 上,我无法将其解读为:
#{param.parent}
我做错了什么。
【问题讨论】:
标签: jsf jakarta-ee jsf-2