From richfaces-svn-commits at lists.jboss.org Thu Apr 30 12:53:45 2009 Content-Type: multipart/mixed; boundary="===============1374544465207572268==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r13974 - trunk/docs/userguide/en/src/main/docbook/included. Date: Thu, 30 Apr 2009 12:52:05 -0400 Message-ID: --===============1374544465207572268== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: msorokin Date: 2009-04-30 12:52:05 -0400 (Thu, 30 Apr 2009) New Revision: 13974 Modified: trunk/docs/userguide/en/src/main/docbook/included/columns.xml Log: https://jira.jboss.org/jira/browse/RF-6481 documented Modified: trunk/docs/userguide/en/src/main/docbook/included/columns.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/userguide/en/src/main/docbook/included/columns.xml 2009-04-3= 0 16:51:07 UTC (rev 13973) +++ trunk/docs/userguide/en/src/main/docbook/included/columns.xml 2009-04-3= 0 16:52:05 UTC (rev 13974) @@ -105,7 +105,7 @@ "columns" attribute defines the count of c= olumns. The - "rowspan" + "rowspan" attribute defines the number of = rows to be displayed. If the value of this attribute is zero, all rem= aining rows in the table are displayed on a page. @@ -311,6 +311,22 @@ = = +Note: + Since 3.3.0GA <rich:c= olumns> requires explicit definition of = "id" for children components to e= nsure that decode process works properly. + The example of how you can define unique "id" for children component: + + + + + = +...]]> = + Only if "id" defined as shown above Ajax after onchange event will be processed a= s expected. = + + + + + Information about sorting and filtering you can= find in the = corresponding section . = --===============1374544465207572268==--