I seem to have an issue with a custom type that uses the category system. I have 2 properties for this type:
<cfproperty ftseq="40" ftfieldset="Territories" name="territories" type="longchar" hint="Territories represented" required="yes" default="" ftlabel="Territories" fttype="category" ftalias="sp_territories" ftSelectMultiple="true" ftvalidation="required" /> <cfproperty ftseq="41" ftfieldset="Product Lines" name="productlines" type="longchar" hint="Product lines represented" required="yes" default="" ftlabel="Product Lines" fttype="category" ftalias="sp_product_lines" ftSelectMultiple="true" ftvalidation="required" /> For some reason, when you edit a record for one of these content opbjects, the selections made for one or the other seem to get crossed over or appended. I am not sure whats happening, but when you edit a record, the "checked" values look just fine, but in the DB, the column holding the data has more than the check off cats. ideas? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
