The last revision of the support library from this morning (Android Support Package v4 revision 11) is supposed to support nested fragments.
In my project I have a fragm
Try using getChildFragmentManager() instead of getSupportFragmentManager(). this should help
getChildFragmentManager()
getSupportFragmentManager()