Can you post the code from the CFC so we can see the content type definition?
On Feb 23, 12:01 pm, gdhurst <[email protected]> wrote: > 1) Using farcry 5.1.0 > 2) Using SQL Server 2000 > 3) I am not using custom methods. Just did the normal short and sweet > content type setup. > 4) Javascript is certainly enabled > 5) I'm using Firefox 3.0.6 (I've been stung by IE already a few times, > so I thought this would be the preferred browser. I have not tried IE > in this case.) > > Other info: > I noticed that I wasn't getting fieldset area identifiers on this > 'add' form, even though they are defined in the type cfc. Nothing I > did seemed to fix this problem either, but it may be that the two > symptoms (form blanking out, and no fieldset labels on the form) are > connected somehow. > > Here's a strange development. I wanted to see if I could narrow down > the problem, so I created a new type cfc and only pasted in the first > property from the cfc that wasn't working. After going through the > creation process, the new type showed the fieldset label and the add > form worked. So, I cut and pasted all of the cfc properties from the > non-working type, a few at a time, into the other type, and kept > redeploying, updating the COAPI and using the resulting add form. It > all worked... The new type has all of the same code from the old > type, but the new one works and the old one doesn't. The only > difference between the code of the two cfcs is a single character > appended to the end of the displayname and name attributes of the > cfcomponent tag to allow me to work with them as separate entities. I > don't have a clue why one works and the other doesn't. > > Unfortunately, I have a new problem. If I try to edit and resubmit any > of the records created by the new working type admin form (using the > edit choice on the action drop-down box), the new edited value is > being appended to the old value and I wind up with a comma-separated > list in the field value. Each time I try to edit any old field value, > the entire new value gets appended to the entire old value as a comma > list, so the value keeps doubling in length each time I edit the > record. This happens even if I go through the edit and resubmit > process and don't change or touch anything; every field value doubles > itself. > > gdhurst --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
