On my page I have a Field Editor. That field editor sits in a wrapper. The Wrapper is within tab set. The field editor here points to a unique model (call it model U) that is only used for that field editor. That model is not loaded upon page load. The model is restricted to 1 record.
On the tab I have these whenever rendered actions:
Remove all rows from the other model on the page (model A) and from model U.
Query model B (that is used in a separate read only field editor)
Create a new row in model U.
Problem is if the user has queried and added a record form model A. Then when they go to the tab that creates the row in model U, the field editor that the user is going to use to select values for model U, appears twice. See attached. Very frustrating. No reason this should be happening in my view. 


