Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
On a template page I have:
<umbraco:Macro Alias="LeftPanel" runat="server" ></umbraco:Macro>
Then further down
<umbraco:Item runat="server" field="Content"/>
The macro calls RenderTemplate.
Currently it won't ouput the Content field's content. If I remove RenderTemplate from the macro then the field's content is output, also if I put the ubmraco:Item before the macro it will also output. Any idea what is causing this issue?
Mark
Looks like this bug ... http://umbraco.codeplex.com/WorkItem/View.aspx?WorkItemId=21983
RenderTemplate changes currentPage.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
umbraco:Item doesn't output data after calling Macro with RenderTemplate
Hi
On a template page I have:
<umbraco:Macro Alias="LeftPanel" runat="server" ></umbraco:Macro>
Then further down
<umbraco:Item runat="server" field="Content"/>
The macro calls RenderTemplate.
Currently it won't ouput the Content field's content. If I remove RenderTemplate from the macro then the field's content is output, also if I put the ubmraco:Item before the macro it will also output. Any idea what is causing this issue?
Mark
Looks like this bug ... http://umbraco.codeplex.com/WorkItem/View.aspx?WorkItemId=21983
RenderTemplate changes currentPage.
is working on a reply...