Replies: 5 comments 2 replies
-
Sounds like potentially the dataportal.update is being called on a pagenode instance marked as a child. Hard to know without seeing the data portal code for updating the tree. |
Beta Was this translation helpful? Give feedback.
-
I think the problem here is that you are missing a |
Beta Was this translation helpful? Give feedback.
-
Sorry for the late reply. Here are all the bo codes. @Bowman74 [Serializable]
} [Serializable]
} |
Beta Was this translation helpful? Give feedback.
-
It's not a problem of lacking the root object. I added the object, but the problem still occurred. Now I feel that CSLA seems to have limited support for cascading structures. @StefanOssendorf |
Beta Was this translation helpful? Give feedback.
-
Thank you very much for your guidance.I have modified the code according to your instructions, and it is now functioning properly. @StefanOssendorf
} [Serializable]
} [Serializable]
} ` |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to create a structure similar to a tree menu. It has many levels. I have created a PageNode class, which is an editable child business object, and PageNode_List, an editable child list .In the PageNode class , there is a child item of type PageNode_List. However, when I attempted to save a PageNode node, an error occurred, indicating that it is not possible to directly save the child items.
Beta Was this translation helpful? Give feedback.
All reactions