Hi, There is an issue with mutable attributes and partial state saving. I'm proposing adding a new capability to org.apache.myfaces.trinidad.bean.PropertyKey that indicates if a property is mutable, defaults to false. So specifically add
1. new constant CAP_MUTABLE 2. new method isMutable(). The details of why this is needed are here https://issues.apache.org/jira/browse/TRINIDAD-2091 Thanks, Gabrielle
