Skip to main content
Hi,

I'm trying to use apex:repeat to loop through the list of contacts attached to a opportunity (through the account), but I'm getting an error.  I assume my dot notation is messed up.

What I have is

 

<apex:repeat value="{!Opportunity.account.contacts}" var="con">

Thanks,
5 answers
0/9000