When using the same CustomModule twice on a page, first time the module is called, content of e.ParagraphRow (in Default.vb) is ok, but in the second call, some information in e.ParagraphRow is missing, what can cause that problem?
Case "eankontakt"
Dim objeankontakt As New CustomModules.ean.eankontakt
e.Output = objeankontakt.VisMedarbejder(e.ParagraphRow, e.Pageview)