[
https://issues.apache.org/jira/browse/TRINIDAD-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated TRINIDAD-923:
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.9-core
1.0.9-core
Status: Resolved (was: Patch Available)
> SortableModel should deliver DataModelEvent
> -------------------------------------------
>
> Key: TRINIDAD-923
> URL: https://issues.apache.org/jira/browse/TRINIDAD-923
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.2.6-core
> Environment: JSF RI 1.2, Trinidad 1.2.x trunk
> Reporter: Martin Koci
> Assignee: Matthias Weßendorf
> Fix For: 1.0.9-core, 1.2.9-core
>
> Attachments: SortableModel.java.patch
>
>
> It is possible to register DataModelListsners to SortableModel but events are
> never delivered. The reason is: SortableModel uses delegation, not
> inheritance and methods for working with DataModelListeners are not delegated
> to wrapped model. SortableModel must have methods like:
> public void addDataModelListener(DataModelListener listener) {
> _model.addDataModelListener(listener);
> }
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.