I've added a append column to my list. In the default (OOTB) dispform.aspx and editform.aspx I can see the appended data.
I then create a new dispform.aspx (in SPD) and I can only see the last appended entry. All previous entries are missing). The same applies to editform.aspx.
Does anyone know how to correct this? This is the code inserted into the page:
<xsl:value-of select="@Action" disable-output-escaping="yes"/>
Thanks