[flexcoders] Re: Passing Multipleselect array to ColdFusion cfc based web service

2005-08-25 Thread dval823
--- In flexcoders@yahoogroups.com, "dval823" <[EMAIL PROTECTED]> wrote: To further clarify, I can edit the tag to add items: 100

[flexcoders] Passing Multipleselect array to ColdFusion cfc based web service

2005-08-25 Thread dval823
I have a data gird that allows for multiple selections: with a corresponding button that should trigger a web service call: web service call: http://localhost:8500/trainingcfc

[flexcoders] Validator Problem

2005-08-10 Thread dval823
I am having a problem with a simple text validator. See code below: http://www.macromedia.com/2003/mxml";> {tiTitle.text} OR: http://www.macromedia.com/20

[flexcoders] Re: Newbie Question - referencing value in Remote Object

2005-05-06 Thread dval823
Tried that with no luck --- In flexcoders@yahoogroups.com, "Peter Farland" <[EMAIL PROTECTED]> wrote: > Did you try: > > ro.getCerts.result[i]['field_name'] > > > > -Original Message- > From: flexcoders@yahoogroups.com [mailto:[EMAI

[flexcoders] Newbie Question - referencing value in Remote Object

2005-05-06 Thread dval823
I have a very simple coldfusion cfc that returns a query. The remote object call is set up in flex, and it works. I can populate a grid and a combobox, and display the length of the array: Alert(ro.getCerts.result.length) What is the syntax to access a single data point within the array. I hav

[flexcoders] Re: How to incorporate an mxml component into CFM page

2005-05-04 Thread dval823
directory when using CFIMPORT) > > > On 5/4/05, dval823 <[EMAIL PROTECTED]> wrote: > > > > I am trying to incorporate a small mxml application inside of a cfm > > template. I have seen a few pages where this has been done, but have > > not been able to find spec

[flexcoders] How to incorporate an mxml component into CFM page

2005-05-04 Thread dval823
I am trying to incorporate a small mxml application inside of a cfm template. I have seen a few pages where this has been done, but have not been able to find specific info on how to do this. BTW, I am running coldfusion and flex on seperate ports on a testing machine (8500 and 8700, respectively