Hi,
When we activate the checkbox for detail of a record, we get the following error. What are we doing wrong?
An error occured while attaching module (Dynamicweb.Frontend.Content)
System.NullReferenceException: Object reference not set to an instance of an object. at Dynamicweb.Modules.DataManagement.PublishingRenderer.RenderRow(Publishing pub, Template template, DataRow row, Int32 index, DataColumn[] pk, Int32 rowCount, Int32 columnCount, Template rowsTemplate) at Dynamicweb.Modules.DataManagement.PublishingRenderer.RenderRows(Publishing pub, Template template) at Dynamicweb.Modules.DataManagement.PublishingRenderer.RenderPublishing(Publishing pub, Template template) at Dynamicweb.Modules.DataManagement.PublishingFrontend.RenderPublishing(String result) at Dynamicweb.Modules.DataManagement.PublishingFrontend.GetContent() at Dynamicweb.Frontend.Content.getModule(DataRow& ParagraphRow)
This is what we did:
- Create a Form
- Create a View based on the form's table
- Apply the module a paragraph
- It lists OK, but we want to edit rows, and this is the result
- Version: 8.4.0.8
Nuno