[
https://issues.apache.org/jira/browse/TRINIDAD-1348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12657313#action_12657313
]
Cristiano commented on TRINIDAD-1348:
-------------------------------------
No Andrew, i do not refresh the window browser.
I've got a UIXTable that shows five rows in my page, and there is their
pagination select object on the right-top. I've put a tr:commandLink that
reload this table by query againg data on database, and in this case i've got
this sequence of statemets:
if (_table != null) {
if (_table.getSelectedRowKeys() != null) {
_table.getSelectedRowKeys().removeAll();
}
_table.setFirst(new Integer(0));
}
where _table is my UIXTable object. Well, with this release of Trinidad this
routine don't shows the first five range of rows in my table, but remains the
last selected range....before 1.2.10 it was ok.
Thanks a lot.
Cristiano.
P.S.
I.ve got another situation:
in my search page there are lots criteria and after their post i show the
result in another page using a
tr:table Component. If i click on the range navigator that appear above the
table and then i come back to my search page to perform a new reseach the
result page show me the last range page previous selected.
In this case the method setFirst(new Integer(0)) does always not work...
It's surely a view root cached problem, but i don't know in which phase call
the set and how....
> UIXTable setFirst(0) method not work with last release trinidad-1.2.10
> ----------------------------------------------------------------------
>
> Key: TRINIDAD-1348
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1348
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 1.2.10-core
> Reporter: Cristiano
>
> I've notice that in the last release of Trinidad (1.2.10) the setFirst(0)
> method not work when i reload a table in the same window...
> With the 1.2.8 release this method was ok.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.