I'm creating data nodes programmatically like so:
HierarchyManager dataHm = MgnlContext.getHierarchyManager("data");
Content sbkvMemberNode = ContentUtil.createPath(dataHm, "/sbkv/
memberData/" + username, new ItemType("sbkvMember"), true);
This all works fine and the new node appears where it should. When I
edit the new node using the data module GUI and dialog it shows my
username as node name, but after saving, the node name (and therefore
the path) is changed to "sbkvMember" which is the node type.
Can someone tell me what I'm missing? Thanks a bunch!
-will
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/
----------------------------------------------------------------