updated it to:

<cfproperty
 ftSeq="15"
 ftFieldset="General Details"
 name="department"
 type="string"
 hint="Department."
 required="true"
 default=""
 ftLabel="Department"
 ftType="list"
 ftRenderType="dropdown"
 ftListData="name"
 ftListDataTypename="departments" />

Now i get:

Ensure that the method is defined, and that it is spelled correctly.

The method name was not found in component C:\Inetpub\wwwroot\farcry
\plugins\wsoFarcryTickets\packages\types\departments.cfc.

so what do i have to do?

On Nov 29, 8:16 pm, Marco van den Oever <[EMAIL PROTECTED]>
wrote:
> I am reading:http://docs.farcrycms.org/display/FCDEV40/list
>
> But can't get it to work, is anyone successful using a drop down menu
> in FC 5 ?
> Now i see just another form structure being generated instead of a
> dropdown.
>
> Now i use:
>
> <cfproperty
>  ftSeq="15"
>  ftFieldset="General Details"
>  name="department"
>  type="string"
>  hint="Department."
>  required="true"
>  default=""
>  ftLabel="Department"
>  ftType="dropdown"
>  ftListData="name:Name"
>  ftListDataTypename="departments" />
>
> In departments there is only one column: name.
> What do i do wrong?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to