Changing class nested pagelist page
Hi,
I have a 4 level nested Pagelist (BRList --> BLList -->PAList --> Products), Products is last level. when I loop through each Pagelist, using "for each embedded" for loop, at each of "Products" pagelist, properties of "PegaNN-Data-Product" page are shown in designer studio (type dot and down arrow), where as from Clipboard I can see that "Products" pagelist containing pages of class ABC-FW-Data-ProductDetails. I want to set a value for property present in "ProductDetails" class, but designer studio shows only properties of "Product", Nutshell, runtime class of page is different from compile time of class. how to make it work? Thanks