Description
There is a code in UIInstructionHandler that does not remove the components inside a facet like ComponentTagHandlerDelegate does.
This code works well, but in some cases, it creates an additional facet panel than later is stored into the state, because it is created in a refresh. The solution is just do the same as we do in ComponentTagHandlerDelegate (it seems something that comes from facelets 1.1.x).