Macromedia ColdFusion MX 7 Certified Developer Study Guide
Using <cfloop> with <cfoutput>
When a <cfloop> is used in any of its variations, it does not preclude the need for a <cfoutput> block around ColdFusion variables inside the loop. If you scan back through all the code examples in this chapter, you will see that a <cfoutput> block is used. |