Greetings all,
I have two combo boxes whose options are populated with record sets returned
from two methods within a cfc. I am using two RemotingConnector components in
MX 2004 Professional to achieve this. The first provides the list of choices
for combo box #1. The item that is selected from this list needs to be passed
as a parameter to the second RemotingConnector in order to be used as an
argument in the query retrieving the second combo box's list of choices.
I have properly set up the cfc, its methods, the combo boxes, the triggers,
etc. I am certain that everything works except for the passing of the
parameter. I have tried about every combination of settings that I can think
of on the UI, but have had no luck. Can someone aid me in passing combo box
#1's selected item to the RemotingConnector #2?
I am using only the UI; there is no ActionScript visible in any of the Actions
panels, save the triggers. I am under the impression that everything else can
be done via the Component Inspector.
I have the selectedItem of combo box #1 bound to the RemotingConnector #2 as
an Object. Is this correct? Do I need to alter any of the settings in the
Name/Value sections of the Schema tab in the Component Inspector? Should I be
passing a the params as a string instead? Or formatting, or encoding, or
setting a path?
Will gladly and quickly resond with greater elaboration if needed. I'm new to
the RC and could use a little guidance.
Many thanks,
Ty
tvoyles - 03 Aug 2004 22:00 GMT
Solution found. Sorry for the WOB.
DChris01 - 27 Jun 2005 18:36 GMT
Can you share your solution with the rest of us? I have a similar issue and could use some guidance.
Thanks.