You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jan Görß (JIRA)" <de...@myfaces.apache.org> on 2007/07/19 15:59:06 UTC

[jira] Created: (TRINIDAD-112) Remove a row in tr:iterator

Remove a row in tr:iterator
---------------------------

                 Key: TRINIDAD-112
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-112
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.0.1-core
            Reporter: Jan Görß
            Priority: Critical


I remove the second row of a iterator, the submitted values of the third 
row should be move to the second row, and are displayed when the page is shown 
again. Therefore this problem probably only occurs when the data of the 
iterator are EditableValueHolder and 
when immediate="true".

Example :

row 1 : inputValue = test1
row 2 : inputValue = test2
row 3 : inputValue = test3

when delete row2
row 1 : inputValue = test1
row 2 : inputValue = test2

correct  is: 

row 1 : inputValue = test1
row 2 : inputValue = test3

The Problem is the EVHState(RowState) or not ? 
This doesn't happen when I use an action method 
either. Is this behaviour normal or is this a bug?

The other Problem is the SDState for UIXShowDetail.
first UIXShowDetail is closed
second UIShowDeatil is open
When remove the first UIXShowDetail from iterator, the second is now the first and is closed.
Is this behaviour normal or is this a bug?

I think, tr:table has the same problem


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.