function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rdclk23rdclk23 

VF Enhanced List for Tasks, links not working

I created a VF page to give users more flexibility in viewing their tasks (below).  The lists of tasks are displaying but when I click on any Task field hyperlinks or the 'Edit' link, the page goes blank and nothing happens.  How can I make the task links work?

<apex:page showheader="true" tabstyle="Task">
<apex:enhancedList type="Activity" height="600" rowsperpage="50" />
</apex:page>