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

page not fully displayed using apex:include
Hi, my opportunity view page is overridden by a tabbed VF page, inside the page, I have a tab to display some records from a child object where I used
<apex:include pageName="mypage" />
Problem is the page is rendered randomly, sometimes it displays all records, sometimes it just displays 3 records(total 20+ records).
The page itself display all records properly when i tried /apex/mypage?id=xxxxxxx
I then copied all codes into the tabbed opportunity VF page, same problem.
What could be wrong?