DataModel.setWrappedData should publish row change events even when it changes 
from one instance to other one
-------------------------------------------------------------------------------------------------------------

                 Key: MYFACES-3260
                 URL: https://issues.apache.org/jira/browse/MYFACES-3260
             Project: MyFaces Core
          Issue Type: Bug
          Components: JSR-314
            Reporter: Leonardo Uribe
            Assignee: Leonardo Uribe


The base implementations of DataModel does not trigger a DataModelEvent when 
setWrappedData is called, changing the instance. 

It also should take care of the order of the instructions. If data is null it 
should call setRowIndex(-1) first and then _data = null. 

Note this operation is very rare, but still valid.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to