House of Fusion
Home of the ColdFusion Community

Search cf-talk

December 02, 2008

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
   1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31       

Search over 2,500 ColdFusion resources here  >>>      
Home /  Groups /  ColdFusion Talk (CF-Talk)

CFX problem

  << Previous Post |  RSS |  Sort Oldest First |  Sort Latest First |  Subscribe to this Group Next >> 
Top  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Richard White
11/13/2007 01:14 PM

Hi i am trying to install a cfx tag for the first time. The tag is cfx_excel2query: http://www.emerle.net/programming/display.cfm/t/cfx_excel2query I have set the coldfusion class path in the Java JVM page of the administrator as C:\ColdFusion8\cfx_tags\cfx_excel2query\cfx_Excel2Query.jar - the 2 folders cfx_tags\cfx_excel2query are user created files I also went to extensions / CFX Tags and registered a new cfx tag with class name cfx_Excel2Query (i ensured the case was the same as the .jar file) and a tag name as cfx_excel2query I restarted the server and when i attempt to run the tag it says that attribute name is unknown: <cfx_excel2query name="[resultsQuery]" file="[../testXL.xls]"> also i am using dreamweaver and the cfx tag isnt highlighted in red as coldfusion tags usually are, it is highlighted in dark blue does anyone have a clue what i have done wrong? thanks very much Richard

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Richard White
11/13/2007 01:23 PM

> <cfx_excel2query name="[resultsQuery]" file="[../testXL.xls]"> sorry the above should have been... <cfx_excel2query name="resultsQuery" file="../testXL.xls">

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Richard White
11/13/2007 01:40 PM

Have i installed it in the wrong directory, does it need to be in the wwwroot somewhere? thanks

Top  |   Parent  |   Reply  |   Original Post  |   RSS Feed  |   Subscribe to this Group
Author:
Richard White
11/13/2007 02:30 PM

I found out what it was... for some reason even though the people that developed it said that name is an attribute its not, instead of name i had to put 'r_qResults' hmmm, very useful


<< Previous Thread Today's Threads Next Thread >>

Mailing Lists