Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

variable scope, custom tags, and CF MX

Status
Not open for further replies.

capitano

Programmer
Jul 30, 2001
88
0
0
US
I have a website in ColdFusion 5.0 which uses custom tags like this:

<cf_getimagesize image=&quot;#path.to.file#&quot;>
<cfoutput>Image is #width# by #height# </cfoutput>

In otherwords, width and height are set in the &quot;getimagesize&quot; custom tag and propagated back to the calling environment.

Now that I've installed ColdFusion MX, this DOES NOT seem to work. Please Help! There is a lot of code I have which does this kind of thing. Anybody got any ideas what could be the problem and the easiest way for me to fix it?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top