I would like to add the farcry security groups to my custom UD I thought it would be as simple as dropping the following properties into my object
<cfproperty ftSeq="2201" ftFieldset="Farcry Security" ftwizardStep="Login" name="aGroups" type="array" default="Member" hint="The groups this member is a member of" ftLabel="Groups" ftType="array" ftJoin="farGroup" /> <cfproperty name="lGroups" type="longchar" default="" hint="The groups this member is a member of (list generated automatically)" ftLabel="Groups" ftType="arrayList" ftArrayField="aGroups" ftJoin="farGroup" /> But it isn't quite working. Anyone know what is required? -- AJ Mercer http://webonix.net http://twitter.com/webonix -- 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
