[opencms-dev] Navigate through folders not in navigation

Thomas M�rz thomasmaerz at gmx.de
Fri Oct 8 23:25:42 CEST 2004


"Ayvid B" <ayvid_bh at rediffmail.com> writes:

> I tried the below code :

| CmsResource resource = null;
| Vector resources = cmsObject.getResourcesInFolder( "/test/" );
| for ( int i = 0; i < subFolders.size(); i++ ) 
| {
|     resource = ( CmsResource ) subFolders.elementAt( i );
| }

HTH,
Thomas




More information about the opencms-dev mailing list