@Stephen This isn't quite what I was looking for. I know how to use the library feature and I don't want to use it. I'm trying to use a multi- select list box, I've annotated my <cfproperty> tag with ftRenderType="list" for that reason. My understanding is that doing this will show a list box of some kind with the ability to choose multiple Amenities, in my case. Currently, the list box is showing "No options available" as html text.
Have you or anyone else ever run into this issue while using this render type? -Brian On Oct 17, 5:55 pm, "Stephen Moretti" <[EMAIL PROTECTED]> wrote: > When you click on the open library button you need to drag the amenities you > want to associate with this resort into the "selected" column. > > When you've added all the appropriate amenities to your resort, click on the > close button at the bottom of the library window. > > You should now see your selected amenities in the resort form. > > Regards > > Stephen > > On 17/10/2007, Brian LeGros <[EMAIL PROTECTED]> wrote: > > > > > 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 -~----------~----~----~----~------~----~------~--~---
