All of the "magic" can be seen in one line:
<cfinput type="text" name="zip" />
<cfgrid name="reportsGrid" format="html" pageSize="5" stripeRows="true" bind="cfc:yahooProxy.getTraffic({cfgridpage},{cfgridpagesize},{cfgridsortcolumn},{cfgridsortdirection},{zip})">
The bind attribute tells ColdFusion to speak to my CFC and use the results for the data.
The code is available below. To run this, be sure to download the CFYahoo package first. And yes - I was trying to be artsy with my design here. Normally I'm not allowed to design anything. ;)
And yes - I hope to have everything up and running on CF8 here soon.