Related List should be added outside the form tag
Where list name is the child relation ship name and subject is the ID of master object.
<apex:relatedList list="Offers__r" subject="{!OldDeal.Id}"/>
Where list name is the child relation ship name and subject is the ID of master object.
<apex:relatedList list="Offers__r" subject="{!OldDeal.Id}"/>
No comments:
Post a Comment