loadTabs() is called by your "profToCopy"'s #getObject().

That's a bad idea because a model's #getObject() might get called multiple 
times during render,
and maybe even when changing the component hierarchy is no longer allowed.

You should move the invokation of LoadTabs() into 
ElemConfigAdd#onBeforeRender().

Hope this helps
Sven



On 08/09/2012 10:19 PM, technimadhu wrote:
My code is like below:

ElemConfigAdd.html:



ElemConfigAdd.java:





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/changing-number-of-tabs-tp4651102p4651105.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to