Hello, After the improvements we discussed in previous threads, here is what the state looks like for some of the components:
- the org.apache.myfaces.view.facelets.MARK_ID (ComponentSupport.MARK_CREATED) attribute is present in almost all the components, but that is put in the attributes map before the initial state is marked, so I think it does not affect partial state saving - same goes for locale, uniqueIdCounter, renderKitId, rendererType, which are also attributes in the StateHelper, but are added before the call to markInitialState(). So they also shouldn't be included in the partial state. - for UIInput, the partial state contains the value, localValueSet, submittedValue and valid properties. This is the partial state which is stored after one submit. Do you have other suggestions about what else could be improved in partial state saving? Regards, Marius
