Rick,

If it looks unclear, you can also do the following:

<cfoutput query="getStuff" group="theTitleFieldHere">

<h1>#someTitleField#</h1>

<cfoutput group="theDetailField">
<p>#theDetailField#</p>
</cfoutput>

</cfoutput>

Note that the inner CFOUTPUT has 'group' attribute, but no 'query' attribute.  
The plain CFOUTPUT inside an existing query-CFOUTPUT is the equivalent. 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:322878
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to