cfoutput abuse

This is a discussion on cfoutput abuse within the Cold Fusion forums in Application Servers & Tools category; I have a question abt the overuse of cfoutput tags. For example will the code in Sample 1 run faster than that in Sample2. Specifically can someone throw a light on the differences in the class files which will be generated for the below samples. Thanks a lot. Sample1: <cfoutput> <input type="text" value="#x#"> <input type="text" value="#y#"> <input type="text" value="#z#"> </cfoutput> Sample2: <input type="text" value="<cfoutput>#x#</cfoutput>"> <input type="text" value="<cfoutput>#y#</cfoutput>"> <input type="text" value="<cfoutput>#z#</cfoutput>">...

Go Back   Application Development Forum > Application Servers & Tools > Cold Fusion

Object Mix

Register FAQ Calendar Search Today's Posts Mark Forums Read
  #1  
Old 08-26-2008, 06:15 AM
codism
Guest
 
Default cfoutput abuse

I have a question abt the overuse of cfoutput tags. For example will the code
in Sample 1 run faster than that in Sample2. Specifically can someone throw a
light on the differences in the class files which will be generated for the
below samples.
Thanks a lot.

Sample1:
<cfoutput>
<input type="text" value="#x#">
<input type="text" value="#y#">
<input type="text" value="#z#">
</cfoutput>

Sample2:
<input type="text" value="<cfoutput>#x#</cfoutput>">
<input type="text" value="<cfoutput>#y#</cfoutput>">
<input type="text" value="<cfoutput>#z#</cfoutput>">


Reply With Quote
Reply


Thread Tools
Display Modes


All times are GMT -5. The time now is 04:12 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
vB Ad Management by =RedTyger=

In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.