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
CTU007CTU007 

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?