我通过了一个参数"父母" 如下。
<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}
我犯了什么错?