Future Preview and Embedded Pagelets
G'day,
I found an odd scenario where Future Preview didn't work. Is this a bug or by design ?
I have a layout template that contains a slot. In the slot I dropped a Recommendation asset that contains assets that are filtered.
That is,
Layout
-> Insite Slot
--> AdvCols (call sub template style='embedded')
(Uses asset:filterassetsbydate)
In this arrangement, the template rendering the Recommendation gets cached normally so subsequent requests (from Preview) sees the first page that got cached; so this is no good.
If the style were omitted from the call to the sub template (i.e. pagelet style), the AdvCols pagelet is not cached as expected.