How to create a duplicate component
843806Sep 12 2008 — edited Sep 15 2008Can any one help me in solving one problem in my application.
I need to use same component i.e a Panel to display in two different panels.
When I am using a panel in two different panels, only at one panel it is displayed.
To give you more details,
I have a panel called panelA.
I wanted to show this panelA in panelB and panelC.
But i could see only in panelC(i.e later added panel).
As per my knowlegde, any component cant be displayed or added to many components in gui.
But i need some solution to this.
Any one can help me..!