I don't think so, the join needs to happen on a table in the database, and you need some data to populate the array.
Assuming your gbstClient component can get some data from somewhere, instead of an array with ftJoin you could try using a list with an ftLibraryData method and allow multiple items to be selected. cheers, Justin On 24/02/2012, at 5:58 PM, AJ Mercer <[email protected]> wrote: > when using Arrays, can the ftJoin be to a form type? > > > <cfproperty > ftSeq="1014" ftFieldset="Account Details" ftWizardStep="Account" > name="aClientCode" type="array" hint="GBST Client Codes." > ftLabel="Client Code" > ftType="array" ftJoin="gbstClient" > arrayProps="primaryAccount:string;masterAccount:string;" > /> > > > where 'gbstClient' is a form > > -- > > AJ Mercer > <webonix:net strength="Industrial" /> | <webonix:org community="Open" /> > http://twitter.com/webonix > Railo Community Manager > > -- > You received this message cos you are subscribed to "farcry-dev" Google group. > To post, email: [email protected] > To unsubscribe, email: [email protected] > For more options: http://groups.google.com/group/farcry-dev > -------------------------------- > Follow us on Twitter: http://twitter.com/farcry -- You received this message cos you are subscribed to "farcry-dev" Google group. To post, email: [email protected] To unsubscribe, email: [email protected] For more options: http://groups.google.com/group/farcry-dev -------------------------------- Follow us on Twitter: http://twitter.com/farcry
