Just found the problem...
The as="{certification}" should be without the { and }...
like this....
<f:for each="{member.certifications}" as="certification">
Cheers, Mark
On 13/12/11 7:01 PM, Mark Kuiphuis wrote:
> <f:for each="{member.certifications}" as="{certification}">