"btpoole" wrote:
What if the m.top.content=Content is not showing the values? I have noticed this happening in past where ?data (in this case) shows the values but the m.top.content does not, like the Content is not wrapping the data into the contentnode.
It would mean the assignment "did not work", one example would be if the field has not been declared (or dynamically added) in advance. You'd think that will cause runtime error, assigning to a non-existent field? Good thinking but no -
there is a bug in RSG, in which it silently ignores such assignments without complaining...