The link shows up, but clicking on it doesn't do anything e.g. on the attachments page it is:
https://server.edu/pages/viewpageattachments.action?decorator=normal&pageId=9077003
on the edit page it is:
https://server.edu/pages/editpage.action?decorator=normal&pageId=9077003
Before I noticed it not working on the attachments page, but it did on the edit page.
This is what I'm using to generate the link (it's in a layout panel).
{builder-show:mode=edit,view-attachments,view-information}
{compound-menuitem:normalView|icon=document_plain|caption=View}
{builder-show}
.png)








Comments (2)
Jul 10, 2008
Guy Fraser says:
normalView just returns the display to the normal decorator - it's primarily int...normalView just returns the display to the normal decorator - it's primarily intended as a way of getting back from a printable decorator.
Try using "pageView" instead - that takes you to the "view" mode of the current page or blog post (similar to clicking the View tab on the older Confluence themes).
Jul 11, 2008
Carl U says:
Ah thanks, figured it was something simple like that.Ah thanks, figured it was something simple like that.