Hi list,
I am working on a template which uses dms.jsp. There is the call for
the data "subject"
doc.getNodeData("subject").getString(),
---snip
getNodeData is deprecated since 3.0?!
/**
* @deprecated
* @param name
* @return
*/
public NodeData getNodeData(String name) {
return node.getNodeData(name);
}
--snip
What could I use instead to access Meta Data stored in the node of
i.e. an image?
Best
Hartmut
----------------------------------------------------------------
for list details see
http://www.magnolia.info/en/developer.html
----------------------------------------------------------------