[opencms-dev] Folder title

Daniel Frost daniel.frost at crossroadsinteractive.se
Tue Sep 14 16:05:31 CEST 2004


I'm trying the followin to read the current folder's title:


String currentFolder =
cms.getRequestContext().currentFolder().getAbsolutePath();

String currentFolderTiltle = cms.readProperty(currentFolder, "title");

The first line works, but the second gives me an error. 

What's wrong?





More information about the opencms-dev mailing list