Can you share implementation details .
Are you performing any action or it automatically becoming blank .
If you are using many to many association then you have to commit both the objects
Can you share implementation details .
Are you performing any action or it automatically becoming blank .
If you are using many to many association then you have to commit both the objects
No, I don't have any special action to set it blank.
When page refresh, we will retrieve value of persist object(A) from database, and then create a new Object B(None persist), Object B have a member which been reference by my reference selector. The next step is creating a new reference object according to value of Object A, then we set to Object B reference member. Return the Object B as data source. The reference selector is referred to Object B's reference member.
When page refresh, we will retrieve value of persist object(A) from database, and then create a new Object B(None persist), Object B have a member which been reference by my reference selector. The next step is created a new reference object according to value of Object A, then we set to Object B reference member. Return the Object B as data source. The reference selector is referred to Object B's reference member.