Hi,
I've managed to get around this by copying over the relevant JavaScript code to the page and running the following before the end of the page.
<script>
WA_setSelectionsInChildList(MM_findObj('category'),<?php echo $row_rsfeedcontent['feedcontent_categoryid']; ?>)
WA_FilterAndPopulateSubList(rspages_WAJA,MM_findObj('category'),MM_findObj('page'),1,0,false,': ');
WA_setSelectionsInChildList(MM_findObj('page'),<?php echo $row_rsfeedcontent['feedcontent_pageidfk']; ?>)
</script>
Is there any reason why this might be bad practice?
Cheers
Ian