The forum operates in read-only mode. Please head to StackOverflow for support.
Hi everyone,I'm developing custom Java connector for CKFinder. The problem is after GetFolders command I cannot see them on the folder´s panel.This is the sequence:Request:
Command: Init Type: Images Current folder: null
<?xml version="1.0" encoding="utf-8"?> <Connector resourceType="Files"> <Error number="0" /> <CurrentFolder path="/Public Folder/" url="/userfiles/files/Public Folder/" acl="243" /> <Folders> <Folder name="test" hasChildren="false" acl="255" /> </Folders> </Connector>
Wiktor Walc CTO, CKSource - http://cksource.com -- Follow CKEditor on: Twitter | Facebook | Google+
Re: issue with GetFolders command
Re: issue with GetFolders command
Note that Folders/Files elements should not be wrapped by the CurrentFolder element:
In the XML responses that you have pasted, Folders element is inside of the CurrentFolder element.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+