Hello all, I'm looking for help with the form tools for some custom types I've created. I have the notion of Resort and an Amenity. A Resort needs to have multiple Amenities associated with it. I'd like to see some type of multi-select list to associate Amenities with Resorts rather than the Library. I have the following code in Resort.cfc:
<cfproperty ftSeq="15" ftWizardStep="Amenities/Destination" ftFieldset="Amenities" name="amenities" type="array" required="false" hint="Amenities associated with Resorts" ftLabel="Amenities" ftType="array" ftJoin="Amenity" ftRenderType="list" ftSelectMultiple="true" /> When I load up the form, I see the "Open Library" button and the text "No options available", but when I click the "Open Library" button, I see all of the Amenities I've created as available. Anyone have any ideas why I can't see the Amenity type instances I've created in the list? Any help is appreciated. -Brian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
