I am using the following VF page for Lead related List VF page and it is not working
{
<apex:page standardController="Lead">
<apex:relatedList list="Campaign History" />
<apex:relatedList list="Opportunities" />
<apex:relatedList list="Activity History" />
<apex:relatedList list="Notes" />
<apex:relatedList list="Open Activities" />
</apex:page>
}