Leigh,

Here is my test page using the Basic Example as you said:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
        <title>Untitled</title>
</head>
<body>
<cfset wordart = createObject("component", "wordart").init() />
<cfoutput> 
        #wordart.getArt("CFWheels is the future and the future is written in
ColdFusion", 
                {font="LinLibertine", fontstyle="bolditalic", fontSize=30})#

        #wordart.getArt("The future is written in ColdFusion")# 
</cfoutput>
</body>
</html>
It is running in c:\inetpub\wwwroot\wordart\
The 2 files, test.cfm, wordart.cfc are in that folder with no subfolders.

Here is the error:
The CFML compiler was processing:

An expression beginning with wordart.getArt, on line 9, column 10.This
message is usually caused by a problem in the expressions structure.
The body of a cfoutput tag beginning on line 8, column 2.
 
  
The error occurred in C:\inetpub\wwwroot\1wordart\test.cfm: line 9
 
7 : <cfset wordart = createObject("component", "wordart").init() />
8 : <cfoutput> 
9 :         #wordart.getArt("CFWheels is the future and the future is
written in ColdFusion", 
10 :                 {font="arial", fontstyle="bolditalic", fontSize=30})# 
11 :         #wordart.getArt("The future is written in ColdFusion")#



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:349989
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to