Hi Stephane,
Could you tell me how to access paragraph properties programatically?
From where do you need to acces to these properties?
JSP? Tag? Java class?
Especially that properties: dialogPath, dialog, templatePath
Get the paragraph node like that:
HierarchyManager hm = MgnlContext.getSystemContext().getHierarchyManager();
Content paragraphNode =
hm.getContent("/modules/moduleName/paragraphs/paragraphName");
Nodedata nodedata = paragraphNode.getNodeData("property1");
String value = nodedata.getString();
Regards,
CAPITAINE Harold
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------