Add support for rowKey change in ChangeManager module
-----------------------------------------------------
Key: TRINIDAD-1761
URL: https://issues.apache.org/jira/browse/TRINIDAD-1761
Project: MyFaces Trinidad
Issue Type: Improvement
Components: Components
Affects Versions: 1.2.12-core
Environment: This is not specific to any environment setup.
Reporter: Jing Wu
This is related to issue 1613
(https://issues.apache.org/jira/browse/TRINIDAD-1613)
ChangeManager needs to provide a method for component to replace
AttributeComponentChange that has been registered before under the old primary
key when PrimaryKeyEvent event is received.
Method signature is:
public AttributeComponentChange replaceAttributeChangeIfPresent(FacesContext
facesContext,
UIComponent component,
AttributeComponentChange
attributeComponentChange);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.