I have master detail application using SpllitApp. I have a fragment of code which I want to reuse. At some poing of time I am using this Fragment code in a Dialog. After I navigate to some different page I again want to show the Fragment but in a Panel. But it gives me error "duplicate component cannot be added" , this error is for components inside fragment.
I am using this.createId in fragment.
How can I overcome this or Is there a way we can remove the Pages and Fragments after use from DOM structure.
regards,
Sagar