[opencms-dev] How to get property values of files in vfs

Thomas Fabbricante tom_fabbricante at wunderman.com
Thu Mar 18 20:42:02 CET 2004


I would like to read the values of a few properties in a vector of files.

I'm having trouble getting the properties from each resource.

I think I have to use the CmsJspTagInfo object but I'm not sure how to get
there.

..................................
Vector files = cms.getFilesInFolder(targetFolder);
int numFiles = files.size();

for(int i=0;i<numFiles ;i++){
    //out.println(files.get(i).toString());

    ?????????.getProperty();
}
..................................



Much appreciated,
-tom





===============================================
This transmission is confidential and intended
solely for the person or organization to whom
it is addressed.  It may contain privileged and
confidential information.  If you are not the
intended recipient, you should not copy,
distribute or take any action in reliance on it.

If you have received this transmission in error,
please notify the sender at the e-mail address above.
================================================




More information about the opencms-dev mailing list