Has anyone had experience using this custom tag from 
http://www.amkor.com/proving_grounds/cf_directoryexplorer/index.cfm.
It's also bundled with CF Server located in /Allaire/Cfusion/Custom tags 
(DirectoryExplorer.cfm and DirectoryExplorer2.cfm).

I can't get it to work. The above .cfm files are located in the custom tags 
directory on the server. I keep getting the below error.
Do I need to define any variables in my index.cfm which is calling in the 
custom tag?

<CFFORM NAME="myform" Action="myfile.cfm" METHOD="post">

<CF_DirectoryExplorer
         Path="d:\"
         Root="d:\"
         Height="400"
         Width="300"
         HScroll="yes"
         VScroll="yes"
         HSpace="0"
         VSpace="0"
         Align="middle"
         Border="yes"
         ShowFiles="yes">
<INPUT TYPE="submit" NAME="submit" Value="Submit">
</CFFORM>







Error Occurred While Processing Request
Error Diagnostic InformationJust in time compilation error A duplicate 
attribute 'VALUE' has been encountered at document position (110:10) to 
(110:14) while processing tag CFTREEITEM. Attributes with the same name 
cannot be provided more than once. The last successfully parsed CFML 
construct was a CFTREEITEM tag occupying document position (109:1) to 
(109:11). The specific sequence of files included or processed is:
E:\INETPUB\WWWROOT\INTERFACE3\TEST2.CFM
C:\CFUSION\CustomTags\DirectoryExplorer.cfm Custom Tag The error occurred 
while processing an element with a general identifier of 
(CF_DIRECTORYEXPLORER), occupying document position (30:1) to 
(41:16).Date/Time: 07/11/01 14:41:25
Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0; msnca3)



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to