Thanks Doug.. Sorry but I am a newb to Flex, and I know that it is going to
suit my needs for a current project, so I am just trying to put together the
building blocks that  I need for this. I am in the process of downloading
your presentation and code, and hopefully that will clear it all up for me!!
well maybe not ALL of it, but at least enough that I can pass some search
parameters to my CFC!
Thanks!

Rob

On Fri, Nov 21, 2008 at 3:53 PM, Douglas Knudsen
<[EMAIL PROTECTED]>wrote:

> I've not got the time to read this whole thread, but I will suggest using
> AS
> code here not binding.  In your save handler, create the typed object and
> populate it from the form, then pass it to the RO call.  You are using
> typed
> objects, right?  If not, a real waste of time using RemoteObject IMO.
>
> I just presented at the CF_Unconference on hooking your Flex app to CF.
> There is a example of sending form collected input based on all three RPC
> types in Flex.  You can get the preso and code here
> http://www.cubicleman.com/2008/11/20/cf_unconference-flex-talks-to-cf/
>
> HTH!
>
>
> Douglas Knudsen
> http://www.cubicleman.com
> this is my signature, like it?
>
>
> On Fri, Nov 21, 2008 at 3:16 PM, Rob Parkhill <[EMAIL PROTECTED]
> >wrote:
>
> > Bob, well it seems as though that will work, however, when I save the
> > project in FB I get the following warning:
> > Data binding will not be able to detect assignments to 'group'
> >
> > Code:
> > <rb>
> > {ButtonGroup.group.selectedValue.toString()}
> > </rb>
> >
> >
> > <mx:RadioButton value="R" x="19" y="10" label="ReportID"
> > groupName="searchTypeRadio" selected="true" id="ButtonGroup"/>
> > <mx:RadioButton value="L" x="19" y="36" label="Lab ID"
> > groupName="searchTypeRadio" />
> > <mx:RadioButton value="PC" x="19" y="62" label="Product Class"
> > groupName="searchTypeRadio" />
> > <mx:RadioButton value="RS" x="19" y="88" label="Report Style"
> > groupName="searchTypeRadio" />
> > <mx:RadioButton value="C" x="19" y="114" label="Customer"
> > groupName="searchTypeRadio" />
> >
> > If I preview the project anyways, it never ever loads... basically
> crashes
> > I
> > guess...
> >
> > Thoughts?
> >
> > Rob
> >
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: http://www.houseoffusion.com/groups/flex/message.cfm/messageid:5574
Subscription: http://www.houseoffusion.com/groups/flex/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37

Reply via email to