You could say its no longer an error.  I ran into this back when MX
came out.  I was developing on a 6.0 dev box and porting live to a
4.5.1 box.

Not something you want to build into your code from scratch, but in a
pinch this loosening of the reins can be very handy.  I am now porting
a CF5 app to CF7, and the original developer hardcoded the full url of
the site everywhere.  Both in CF and in html output.  I needed to
substitute in an application-wide (request) variable, but couldn't
guarantee the string would be within cfoutputs.  So I either did them
all by hand (all 2,986 of them...) or I took advantage of this
loophole for everything in html output and saved myself about 2,700
manual read/decide/cut/paste operations.

--
--mattRobertson--
Janitor, MSB Web Systems
mysecretbase.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224043
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to