posted 14 years ago
Hi Greenhorns!,
I have a very curious case, where in a one-to-many relationshiop from entity A-to-B, when editing instance A and adding new records of B (all done through a web page, not an automated process), the added records of entity B are duplicated, so everytime I check records of instance B attached to A,they appear replicated two more times than expected in the database.
In my application there are many cases where I need to implement this kind of relationship, but this issue is arising in this very particular one. Moreover the process is done in a very similar manner in all cases (one page with an input control section, and another section containing a table where the registered records are displayed.
The only difference I can think of (which I realized while posting this topic), is that in this particular case, there is one field which is inputted through an <ice:inputRichtext/>, whereas in the other cases, none input control of this kind is used. Can that be the reason? I can doublecheck that. However I need this input control to be a richText control.
Can anybody give me any insight on what can this be due to?
Best regards and thanks in advance,
Carlos.