cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with iBrowser to get the folder structure

Former Member
0 Kudos

HI All,

I am using the below URL in xml query to get the Catalog folders structure in 12.0.

http://<server>/XMII/Illuminator?Service=FileSystemBrowser&Mode=DirectoryList&Content-type=text/xml

After I use this xml query in an iBrowser and without saving the iBrowser,click on test.It is returning the folder structure.But if we save the iBrowser,then instead of returning folder structure,it is throwing folder list only.

In IBrowser the following items are unchecked:

1) Dropdown List mode

2) Multiselect Mode

3) Data Link Mode

In 12.1,without saving iBrowser also,it is throwing folders list only instead of Folder Structure.

Please suggest me How to accompolish the folder structure after saving the iBrowser.Is there any option to be checked in iBrowser?

Thanks in advance

Regards

Manisha

Re

Accepted Solutions (1)

Accepted Solutions (1)

jamie_cawley
Advisor
Advisor
0 Kudos

You may want to use a relative path. Does this work?

<APPLET NAME="app1" CODEBASE="/XMII/Classes" CODE="iBrowser" ARCHIVE="illum8.zip" WIDTH="640" HEIGHT="400" TABINDEX=1 MAYSCRIPT>

<PARAM NAME="DisplayTemplate" VALUE="Defaults/iBrowser">

<PARAM NAME="QueryTemplate" VALUE="Defaults/XMLQuery">

<PARAM NAME="URL" VALUE="/XMII/Illuminator?Service=FileSystemBrowser&Mode=DirectoryList&Content-type=text/xml">

<PARAM NAME="Server" VALUE="XMLConnector">

<PARAM NAME="Mode" VALUE="XMLQuery">

</APPLET>

Regards,

Jamie

Former Member
0 Kudos

Thanks Jamie.It is working by using applet.

Answers (0)