ColumnSelector / SheetState with null-outcome
---------------------------------------------
Key: TOBAGO-399
URL: https://issues.apache.org/jira/browse/TOBAGO-399
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 1.0.10
Reporter: Matthias Wronka
Priority: Minor
In a table with a columnselector-tag we can delete rows. In the corresponding
action-method we update our model and call SheetState.resetSelected().
Everything works fine, if the action-method has a non-null outcome and there is
a corresponding navigation-rule. If the action-method has a null-outcome the
page is reloaded and the previously deleted row is missing as expected. But in
our example the first row is selected (ignoring the fact that we have reseted
the SheetState). If you ommit the columnselector-tag everything works fine
again (also with the null-outcome).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.