次のようにパラメーター「親」を渡しました。
<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}
私がしている間違いは何ですか。