You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mm...@apache.org on 2005/03/24 11:06:00 UTC

cvs commit: incubator-myfaces/src/components/org/apache/myfaces/custom/datalist HtmlDataList.java

mmarinschek    2005/03/24 02:06:00

  Modified:    src/components/org/apache/myfaces/custom/datalist
                        HtmlDataList.java
  Log:
  fixed jira-myfaces 138, thanks to Mathias Broekelmann
  
  Revision  Changes    Path
  1.6       +4 -2      incubator-myfaces/src/components/org/apache/myfaces/custom/datalist/HtmlDataList.java
  
  Index: HtmlDataList.java
  ===================================================================
  RCS file: /home/cvs/incubator-myfaces/src/components/org/apache/myfaces/custom/datalist/HtmlDataList.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- HtmlDataList.java	13 Oct 2004 11:50:57 -0000	1.5
  +++ HtmlDataList.java	24 Mar 2005 10:06:00 -0000	1.6
  @@ -59,6 +59,8 @@
                   }
               }
           }
  +
  +        setRowIndex(-1);
       }