private void doPostBuildActions(FacesContext ctx, UIViewRoot root) {
StateContext stateCtx = StateContext.getStateContext(ctx);
// if (stateCtx.isPartialStateSaving(ctx, root.getViewId())) {
// lu4242 root.markInitialState();
// }
stateCtx.startTrackViewModifications(ctx, root);
}
private void markInitialState(FacesContext ctx, UIViewRoot root)
{
StateContext stateCtx = StateContext.getStateContext(ctx);