|
|
Home /
Groups /
ColdFusion Talk (CF-Talk)
CFX problem
HiRichard White 11/13/07 01:14 P > <cfx_excel2query name="[resultsQuery]" file="[../testXL.xls]">Richard White 11/13/07 01:23 P Have i installed it in the wrong directory, does it need to be in the wwwroot somewhere?Richard White 11/13/07 01:40 P 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 > <cfx_excel2query name="[resultsQuery]" file="[../testXL.xls]"> sorry the above should have been... <cfx_excel2query name="resultsQuery" file="../testXL.xls"> Have i installed it in the wrong directory, does it need to be in the wwwroot somewhere? thanks 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
|
Mailing Lists
|
Latest Fusion Authority Articles
|
||||||