For an accordionitem, I can do this (followed by a refresh) to dynamically change the header:
$$("accitemid").define("header", "newheader");
But how to dynamically change the body? The following does not seem to work:
$$("accitemid").define("body", "newbody");
Note that is a simple example. I would actually like to fill it with view components, not just text