I'm trying to make my first scaffold-based page, but I'm running into a stack overflow exception in the browser.
The page is created through a live-template:
{link-page:US PoC Status|template=PoC Status|parent=@self|live=true|allowRename=false}Click here to edit{link-page}
.
This is how the template looks like:
{repeating-data:Repeating Data|initialRows=1}
h2. {text-data:CustomerName}Customer Name{text-data}
{section}{column:width=33%}
|| Contact person | {text-data:ContactPerson}[~name]{text-data}|
|| Start date | {date-data:StartDate|format=d MMM yyyy|minYear=2006}{date-data}|
{column}{column}{panel:title=Description}
{text-data:Description|type=area|height=100px|width=100%}Type the description here{text-data}
{panel}{column}{section}{repeating-data}
When I click the green plus in the edit mode, I get a message box:
---------------------------
Windows Internet Explorer
---------------------------
Stack overflow at line: 0
---------------------------
OK
---------------------------
Description
I'm trying to make my first scaffold-based page, but I'm running into a stack overflow exception in the browser.
The page is created through a live-template:
{link-page:US PoC Status|template=PoC Status|parent=@self|live=true|allowRename=false}Click here to edit{link-page}
.
This is how the template looks like:
{repeating-data:Repeating Data|initialRows=1}
h2. {text-data:CustomerName}Customer Name{text-data}
{section}{column:width=33%}
|| Contact person | {text-data:ContactPerson}[~name]{text-data}|
|| Start date | {date-data:StartDate|format=d MMM yyyy|minYear=2006}{date-data}|
{column}{column}{panel:title=Description}
{text-data:Description|type=area|height=100px|width=100%}Type the description here{text-data}
{panel}{column}{section}{repeating-data}
When I click the green plus in the edit mode, I get a message box:
---------------------------
Windows Internet Explorer
---------------------------
Stack overflow at line: 0
---------------------------
OK
---------------------------