cancel
Showing results for 
Search instead for 
Did you mean: 

nodes not appearing in new space?

esource
Champ on-the-rise
Champ on-the-rise
I created a new space:

      
FileInfo fileInfo = this.fileFolderService.create(companyHome, name, ContentModel.TYPE_FOLDER);


I then created a new node:


newSpace= fileInfo.getNodeRef();
fileInfo = this.fileFolderService.create(newSpace, nodeName, ContentModel.TYPE_CONTENT);

but the new nodes are not appearing in the new folder.  Why?
3 REPLIES 3

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
just tested the same code works great.

tested from dialog.

check if there are 2 pages that is only I can think of .

esource
Champ on-the-rise
Champ on-the-rise
Yes, it does work.  I had another error in my code.  Thank you for checking!

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
no problem.