I have two pages, A and B which are rendered with the same page template. Then I have 2 other pages, C and D. C links to A and D links to B using the "Shortcut to page in EPiServer CMS". The problem is that C's PageName property returns A's PageName which is correct but D's PageName property returns it's own value and not that of B. I can't see any differences between the four pages.
I have two pages, A and B which are rendered with the same page template. Then I have 2 other pages, C and D. C links to A and D links to B using the "Shortcut to page in EPiServer CMS". The problem is that C's PageName property returns A's PageName which is correct but D's PageName property returns it's own value and not that of B. I can't see any differences between the four pages.
Has anybody seen this strange behaviour before?