I'm new to ColdFusion and have found this list as a great resource.  My 
question is in relation to the TwoSelectsRelated custom tag.

The first box populates correctly, but the second box does not update after the 
first box is changed.  The query i'm using is only pulling two fields (Type & 
Name).  Here is the code I'm using:

<Form>
<CF_TwoSelectsRelated
    Name1 = "Type"
    Name2 = "Name"
    Query = "TypeLocality"
    Value1 = "fips_type"
    Value2 = "fips_name"
    Display1 = "fips_type"
    Display2 = "fips_name"
    HTMLBetween = "<br>"
    ForceWidth2 = "20">
</Form>

I have not made any changes to the "TwoSelectsRelated.cfm" file.  Any help 
would be greatly appreciated.  Thanks in advance.

Mike


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

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3787
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to