10-14-2010 07:58 AM
Hi friends,
Iam getting The exception which shows like dis....
java.lang.illegelstateexception:Field added to a
manager while it is already parented
what may d reason.....
10-14-2010 08:07 AM
Check these out:
Hope they Help...
10-14-2010 08:46 AM
Hello abhay,
you check your code first debug it. And see on which line you get that exception. There is wrong something like
like this
hfm.add(vfm)
vfm.add(hfm)
means you add one manager to another which is already added.
Press the Kudos button (star) on the left side to thank and
please mark the Thread as solved if its solved...
Thanks
ajay.