You need to sign in to do that
Don't have an account?

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>
<apex:page showheader="true" tabstyle="Task">
<apex:enhancedList type="Activity" height="600" rowsperpage="50" />
</apex:page>