Is there a way on an overridden page to specify certain URL parameters? Specifically, I'm looking to set the "rowsperlist" for a related list.
This is how I'd like the overridden URL to look for a related list w/ ID "CorrList" on a page w/ ID "MyContact":
/apex/MyContact_CustomView?id=AAA000000000000111&sfdc.override=1&MyContact%3ACorrList%3Arowsperlist=80
FYI - The related list is identified as MyContact:CorrList.