On Fri, 2006-01-20 at 01:14 +0100, Jesse Alexander (KBSA 21) wrote: > We solved the problem rendering an icon with a commandLink.
Yep, good point. I guess the code looks like this:
<h:commandLink ..>
<f:param name="recordId" value="#{row.key}"/>
<h:graphicImage ..../>
</h:commandLink>
f:param resolves its value at render time, so this is fixed regardless.
Cheers,
Simon

