JBoss Rich Faces SVN: r17501 - root/dist/trunk.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-06-03 17:03:50 -0400 (Thu, 03 Jun 2010)
New Revision: 17501
Modified:
root/dist/trunk/pom.xml
Log:
made so distributions get deployed
Modified: root/dist/trunk/pom.xml
===================================================================
--- root/dist/trunk/pom.xml 2010-06-03 20:45:34 UTC (rev 17500)
+++ root/dist/trunk/pom.xml 2010-06-03 21:03:50 UTC (rev 17501)
@@ -104,13 +104,6 @@
<build>
<plugins>
<plugin>
- <artifactId>maven-deploy-plugin</artifactId>
- <configuration>
- <skip>true</skip>
- </configuration>
- </plugin>
-
- <plugin>
<artifactId>maven-dependency-plugin</artifactId>
<configuration>
<includeGroupIds>org.richfaces.core,org.richfaces.commons,org.richfaces.ui</includeGroupIds>
15 years, 7 months
JBoss Rich Faces SVN: r17500 - root/cdk/trunk/dist.
by richfaces-svn-commits@lists.jboss.org
Author: alexsmirnov
Date: 2010-06-03 16:45:34 -0400 (Thu, 03 Jun 2010)
New Revision: 17500
Modified:
root/cdk/trunk/dist/pom.xml
Log:
fix distribution deployment
Modified: root/cdk/trunk/dist/pom.xml
===================================================================
--- root/cdk/trunk/dist/pom.xml 2010-06-03 20:20:34 UTC (rev 17499)
+++ root/cdk/trunk/dist/pom.xml 2010-06-03 20:45:34 UTC (rev 17500)
@@ -3,15 +3,17 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <parent>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>parent</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ <relativePath>../parent</relativePath>
+ </parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.cdk</groupId>
<artifactId>dist</artifactId>
<version>4.0.0-SNAPSHOT</version>
<name>JSF Components Development Kit (CDK) distribution assembly</name>
- <properties>
- <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
- </properties>
<!-- SCM and distribution management -->
<scm>
@@ -19,24 +21,6 @@
<developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/root/cdk/trunk/dist</developerConnection>
<url>http://fisheye.jboss.org/browse/Richfaces/cdk</url>
</scm>
-
- <distributionManagement>
- <downloadUrl>
- http://www.jboss.org/richfaces/download
- </downloadUrl>
- <repository>
- <id>jboss-releases-repository</id>
- <name>JBoss Releases Repository</name>
- <url>${jboss.releases.repo.url}</url>
- </repository>
- <snapshotRepository>
- <id>jboss-snapshots-repository</id>
- <name>JBoss Snapshots Repository</name>
- <url>${jboss.snapshots.repo.url}</url>
- </snapshotRepository>
- </distributionManagement>
-
- <!-- Minimal build configuration -->
<build>
<finalName>cdk</finalName>
<plugins>
15 years, 7 months
JBoss Rich Faces SVN: r17498 - root/docs/trunk/Migration_Guide.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-06-03 16:18:17 -0400 (Thu, 03 Jun 2010)
New Revision: 17498
Modified:
root/docs/trunk/Migration_Guide/pom.xml
Log:
Fixed groupid for migration guide
Modified: root/docs/trunk/Migration_Guide/pom.xml
===================================================================
--- root/docs/trunk/Migration_Guide/pom.xml 2010-06-03 18:35:22 UTC (rev 17497)
+++ root/docs/trunk/Migration_Guide/pom.xml 2010-06-03 20:18:17 UTC (rev 17498)
@@ -9,7 +9,7 @@
<relativePath>../parent/pom.xml</relativePath>
</parent>
- <groupId>org.jboss.richfaces</groupId>
+ <groupId>org.richfaces.docs</groupId>
<artifactId>Migration_Guide-en-US</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
15 years, 7 months
JBoss Rich Faces SVN: r17497 - root/docs/trunk/Component_Reference/en-US.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-06-03 14:35:22 -0400 (Thu, 03 Jun 2010)
New Revision: 17497
Modified:
root/docs/trunk/Component_Reference/en-US/Component_Reference.xml
root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Tables_and_grids.xml
Log:
Updated component guide to reflext A2
Modified: root/docs/trunk/Component_Reference/en-US/Component_Reference.xml
===================================================================
--- root/docs/trunk/Component_Reference/en-US/Component_Reference.xml 2010-06-03 18:30:41 UTC (rev 17496)
+++ root/docs/trunk/Component_Reference/en-US/Component_Reference.xml 2010-06-03 18:35:22 UTC (rev 17497)
@@ -28,7 +28,9 @@
<!--
<xi:include href="chap-Component_Reference-Trees.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="chap-Component_Reference-Menus_and_toolbars.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
- --><xi:include href="chap-Component_Reference-Output_and_messages.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
+ -->
+ <!-- FIXME NOT IN A2
+ <xi:include href="chap-Component_Reference-Output_and_messages.xml" xmlns:xi="http://www.w3.org/2001/XInclude" /> -->
<!--
<xi:include href="chap-Component_Reference-Drag_and_drop.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
<xi:include href="chap-Component_Reference-Layout_and_appearance.xml" xmlns:xi="http://www.w3.org/2001/XInclude" />
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Tables_and_grids.xml
===================================================================
--- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Tables_and_grids.xml 2010-06-03 18:30:41 UTC (rev 17496)
+++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Tables_and_grids.xml 2010-06-03 18:35:22 UTC (rev 17497)
@@ -254,417 +254,418 @@
</blockquote>
</section>
- <section id="sect-Component_Reference-Tables_and_grids-richcolumns">
- <title><sgmltag><rich:columns></sgmltag></title>
- <itemizedlist>
- <listitem>
- <para>
- component-type: <classname>org.richfaces.Column</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- tag-class: <classname>org.richfaces.taglib.ColumnsTagHandler</classname>
- </para>
- </listitem>
- </itemizedlist>
- <para>
- The <sgmltag><rich:columns></sgmltag> component allows for dynamic sets of columns for tables. Columns and rows can be merged, and the look and feel can be highly customized. The component gets a list from a data model and creates a corresponding set of columns in a <sgmltag><rich:dataTable></sgmltag> component. The <sgmltag><rich:columns></sgmltag> component also supports <literal>header</literal> and <literal>footer</literal> facets.
- </para>
- <para>
- Basic usage of the <sgmltag><rich:columns></sgmltag> component requires the <varname>value</varname> attribute, which points to the data model; the <varname>var</varname> attribute, which holds the current variable for the collection of data; and the <varname>index</varname> attribute, which holds the current counter. The <varname>id</varname> attribute is used for when the individuals rows require identifiers for Ajax events.
- </para>
- <example id="exam-Component_Reference-richcolumns-Basic_columns_example">
- <title>Basic columns example</title>
-
-<programlisting language="XML" role="XML">
-<rich:dataTable value="#{dataTableScrollerBean.model}" var="model" width="750">
- <rich:columns value="#{dataTableScrollerBean.columns}" var="columns" index="ind" id="column#{ind}">
- <f:facet name="header">
- <h:outputText value="#{columns.header}" />
- </f:facet>
- <h:outputText value="#{model[ind].model} " />
- <h:outputText value="#{model[ind].mileage} miles " />
- <h:outputText value="#{model[ind].price}$" />
- </rich:columns>
-</rich:dataTable>
-</programlisting>
- </example>
- <para>
- The output can be customized to display specific columns and rows. The <varname>columns</varname> attribute specifies the number of columns. The <varname>rowspan</varname> attribute specifies the number of rows to display; if the attribute is set to <literal>0</literal>, all remaining rows in the table are displayed. The <varname>begin</varname> and <varname>end</varname> attributes are used to specify the first and last zero-based iteration items to display in the table. Columns can be adjusted using the <varname>colspan</varname>, <varname>rowspan</varname>, and <varname>breakBefore</varname> attributes the same as with the <sgmltag><rich:column></sgmltag> component.
- </para>
- <para>
- The <sgmltag><rich:columns></sgmltag> component can be used alongside <sgmltag><rich:column></sgmltag> components.
- </para>
- <example id="exam-Component_Reference-richcolumns-Using_richcolumns_and_richcolumn_together">
- <title>Using <sgmltag><rich:columns></sgmltag> and <sgmltag><rich:column></sgmltag> together</title>
-
-<programlisting language="XML" role="XML">
-<rich:dataTable value="#{dataTableScrollerBean.model}" var="model" width="500px" rows="5">
- <f:facet name="header">
- <h:outputText value="Cars Available"></h:outputText>
- </f:facet>
- <rich:columns value="#{dataTableScrollerBean.columns}" var="columns" index="ind">
- <f:facet name="header">
- <h:outputText value="#{columns.header}" />
- </f:facet>
- <h:outputText value="#{model[ind].model} " />
- </rich:columns>
- <rich:column>
- <f:facet name="header">
- <h:outputText value="Price" />
- </f:facet>
- <h:outputText value="Price" />
- </rich:column>
- <rich:columns value="#{dataTableScrollerBean.columns}" var="columns" index="ind">
- <f:facet name="header">
- <h:outputText value="#{columns.header}" />
- </f:facet>
- <h:outputText value="#{model[ind].mileage}$" />
- </rich:columns>
-</rich:dataTable>
-</programlisting>
- </example>
- <para>
- For details on filtering and sorting columns, refer to <xref linkend="sect-Component_Reference-Tables_and_grids-Table_filtering" /> and <xref linkend="sect-Component_Reference-Tables_and_grids-Table_sorting" />.
- </para>
- </section>
+<!-- FIXME NOT IN A2 -->
+<!-- <section id="sect-Component_Reference-Tables_and_grids-richcolumns">-->
+<!-- <title><sgmltag><rich:columns></sgmltag></title>-->
+<!-- <itemizedlist>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-type: <classname>org.richfaces.Column</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- tag-class: <classname>org.richfaces.taglib.ColumnsTagHandler</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- </itemizedlist>-->
+<!-- <para>-->
+<!-- The <sgmltag><rich:columns></sgmltag> component allows for dynamic sets of columns for tables. Columns and rows can be merged, and the look and feel can be highly customized. The component gets a list from a data model and creates a corresponding set of columns in a <sgmltag><rich:dataTable></sgmltag> component. The <sgmltag><rich:columns></sgmltag> component also supports <literal>header</literal> and <literal>footer</literal> facets.-->
+<!-- </para>-->
+<!-- <para>-->
+<!-- Basic usage of the <sgmltag><rich:columns></sgmltag> component requires the <varname>value</varname> attribute, which points to the data model; the <varname>var</varname> attribute, which holds the current variable for the collection of data; and the <varname>index</varname> attribute, which holds the current counter. The <varname>id</varname> attribute is used for when the individuals rows require identifiers for Ajax events.-->
+<!-- </para>-->
+<!-- <example id="exam-Component_Reference-richcolumns-Basic_columns_example">-->
+<!-- <title>Basic columns example</title>-->
+<!-- -->
+<!--<programlisting language="XML" role="XML">-->
+<!--<rich:dataTable value="#{dataTableScrollerBean.model}" var="model" width="750">-->
+<!-- <rich:columns value="#{dataTableScrollerBean.columns}" var="columns" index="ind" id="column#{ind}"> -->
+<!-- <f:facet name="header">-->
+<!-- <h:outputText value="#{columns.header}" />-->
+<!-- </f:facet>-->
+<!-- <h:outputText value="#{model[ind].model} " />-->
+<!-- <h:outputText value="#{model[ind].mileage} miles " />-->
+<!-- <h:outputText value="#{model[ind].price}$" /> -->
+<!-- </rich:columns> -->
+<!--</rich:dataTable>-->
+<!--</programlisting>-->
+<!-- </example>-->
+<!-- <para>-->
+<!-- The output can be customized to display specific columns and rows. The <varname>columns</varname> attribute specifies the number of columns. The <varname>rowspan</varname> attribute specifies the number of rows to display; if the attribute is set to <literal>0</literal>, all remaining rows in the table are displayed. The <varname>begin</varname> and <varname>end</varname> attributes are used to specify the first and last zero-based iteration items to display in the table. Columns can be adjusted using the <varname>colspan</varname>, <varname>rowspan</varname>, and <varname>breakBefore</varname> attributes the same as with the <sgmltag><rich:column></sgmltag> component.-->
+<!-- </para>-->
+<!-- <para>-->
+<!-- The <sgmltag><rich:columns></sgmltag> component can be used alongside <sgmltag><rich:column></sgmltag> components.-->
+<!-- </para>-->
+<!-- <example id="exam-Component_Reference-richcolumns-Using_richcolumns_and_richcolumn_together">-->
+<!-- <title>Using <sgmltag><rich:columns></sgmltag> and <sgmltag><rich:column></sgmltag> together</title>-->
+<!-- -->
+<!--<programlisting language="XML" role="XML">-->
+<!--<rich:dataTable value="#{dataTableScrollerBean.model}" var="model" width="500px" rows="5">-->
+<!-- <f:facet name="header">-->
+<!-- <h:outputText value="Cars Available"></h:outputText>-->
+<!-- </f:facet>-->
+<!-- <rich:columns value="#{dataTableScrollerBean.columns}" var="columns" index="ind">-->
+<!-- <f:facet name="header">-->
+<!-- <h:outputText value="#{columns.header}" />-->
+<!-- </f:facet>-->
+<!-- <h:outputText value="#{model[ind].model} " />-->
+<!-- </rich:columns>-->
+<!-- <rich:column>-->
+<!-- <f:facet name="header">-->
+<!-- <h:outputText value="Price" />-->
+<!-- </f:facet>-->
+<!-- <h:outputText value="Price" />-->
+<!-- </rich:column>-->
+<!-- <rich:columns value="#{dataTableScrollerBean.columns}" var="columns" index="ind">-->
+<!-- <f:facet name="header">-->
+<!-- <h:outputText value="#{columns.header}" />-->
+<!-- </f:facet>-->
+<!-- <h:outputText value="#{model[ind].mileage}$" />-->
+<!-- </rich:columns>-->
+<!--</rich:dataTable>-->
+<!--</programlisting>-->
+<!-- </example>-->
+<!-- <para>-->
+<!-- For details on filtering and sorting columns, refer to <xref linkend="sect-Component_Reference-Tables_and_grids-Table_filtering" /> and <xref linkend="sect-Component_Reference-Tables_and_grids-Table_sorting" />.-->
+<!-- </para>-->
+<!-- </section>-->
+<!-- -->
+<!-- <section id="sect-Component_Reference-Tables_and_grids-richdataDefinitionList">-->
+<!-- <title><sgmltag><rich:dataDefinitionList></sgmltag></title>-->
+<!-- <itemizedlist>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-type: <classname>org.richfaces.DataDefinitionList</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-class: <classname>org.richfaces.component.html.HtmlDataDefinitionList</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-family: <classname>org.richfaces.DataDefinitionList</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- renderer-type: <classname>org.richfaces.DataDefinitionListRenderer</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- tag-class: <classname>org.richfaces.taglib.DataDefinitionListTag</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- </itemizedlist>-->
+<!-- <para>-->
+<!-- The <sgmltag><rich:dataDefinitionList></sgmltag> component renders a list of items with definitions. The component uses a data model for managing the list items, which can be updated dynamically.-->
+<!-- </para>-->
+<!-- <para>-->
+<!-- The <varname>var</varname> attribute names a variable for iterating through the items in the data model. The items to iterate through are determined with the <varname>value</varname> attribute by using EL (Expression Lanugage). The <varname>first</varname> attribute specifies which item in the data model to show first, and the <varname>rows</varname> attribute specifies the number of items to list. The <varname>title</varname> attribute is used for a floating tool-tip. <xref linkend="exam-Component_Reference-richdataDefinitionList-richdataDefinitionList_example" /> shows a simple example using the <sgmltag><rich:dataDefinitionList></sgmltag> component.-->
+<!-- </para>-->
+<!-- <example id="exam-Component_Reference-richdataDefinitionList-richdataDefinitionList_example">-->
+<!-- <title><sgmltag><rich:dataDefinitionList></sgmltag> example</title>-->
+<!-- -->
+<!--<programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-Trees-richdataDefinitionList_example.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
+<!--</programlisting>-->
+<!-- <blockquote>-->
+<!-- <figure id="figu-Component_Reference-richdataDefinitionList_example-richdataDefinitionList_example">-->
+<!-- <title><sgmltag><rich:dataDefinitionList></sgmltag> example</title>-->
+<!-- <mediaobject>-->
+<!-- <imageobject role="html">-->
+<!-- <imagedata fileref="images/figu-Component_Reference-Trees-richdataDefinitionList_example.png" format="PNG" />-->
+<!-- </imageobject>-->
+<!-- <imageobject role="fo">-->
+<!-- <imagedata fileref="images/figu-Component_Reference-Trees-richdataDefinitionList_example.png" format="PNG" />-->
+<!-- </imageobject>-->
+<!-- <textobject>-->
+<!-- <para>-->
+<!-- A list of cars with their price and mileage displayed as a data definition.-->
+<!-- </para>-->
+<!-- </textobject>-->
+<!-- </mediaobject>-->
+<!-- </figure>-->
+<!-- </blockquote>-->
+<!-- </example>-->
+<!-- </section>-->
+<!-- -->
+<!-- <section id="sect-Component_Reference-Tables_and_grids-richdataFilterSlider">-->
+<!-- <title><sgmltag><rich:dataFilterSlider></sgmltag></title>-->
+<!-- <itemizedlist>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-type: <classname>org.richfaces.DataFilterSlider</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-class: <classname>org.richfaces.component.html.HtmlDataFilterSlider</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-family: <classname>org.richfaces.DataFilterSlider</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- renderer-type: <classname>org.richfaces.DataFilterSliderRenderer</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- tag-class: <classname>org.richfaces.taglib.dataFilterSliderTag</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- </itemizedlist>-->
+<!-- <para>-->
+<!-- The <sgmltag><rich:dataFilterSlider></sgmltag> components is a slider control that can be used for filtering data in a table. The range and increment of the slider control are defined using the <varname>startRange</varname>, <varname>endRange</varname>, and <varname>increment</varname> attributes.-->
+<!-- </para>-->
+<!-- <para>-->
+<!-- The slider is bound to a <classname>UIData</classname> component specified with the <varname>for</varname> attribute. The <varname>forValRef</varname> attribute refers to the <varname>value</varname> attribute used by the target component, and the <varname>filterBy</varname> attribute specifies which object member to filter according to the slider.-->
+<!-- </para>-->
+<!-- <para>-->
+<!-- The <varname>handleValue</varname> attribute keeps the current handle position on the slider control; filtering is based on this value. The <varname>storeResults</varname> attribute allows the <sgmltag><rich:dataFilterSlider></sgmltag> component to keep the target <classname>UIData</classname> component in session.-->
+<!-- </para>-->
+<!-- <para>-->
+<!-- The event defined with the <varname>submitOnSlide</varname> attribute is triggered when the handle value on the slider is changed.-->
+<!-- </para>-->
+<!-- <example id="exam-Component_Reference-richdataFilterSlider-richdataFilterSlider_example">-->
+<!-- <title><sgmltag><rich:dataFilterSlider></sgmltag> example</title>-->
+<!-- -->
+<!--<programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-Tables_and_grids-richdataFilterSlider_example.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
+<!--</programlisting>-->
+<!-- <blockquote>-->
+<!-- <figure id="figu-Component_Reference-richdataFilterSlider_example-richdataFilterSlider_example">-->
+<!-- <title><sgmltag><rich:dataFilterSlider></sgmltag> example</title>-->
+<!-- <mediaobject>-->
+<!-- <imageobject>-->
+<!-- <imagedata fileref="images/figu-Component_Reference-richdataFilterSlider-richdataFilterSlider_example.png" format="PNG" />-->
+<!-- </imageobject>-->
+<!-- <textobject>-->
+<!-- <para>-->
+<!-- A table of car details, filtered using a slider.-->
+<!-- </para>-->
+<!-- </textobject>-->
+<!-- </mediaobject>-->
+<!-- </figure>-->
+<!-- </blockquote>-->
+<!-- </example>-->
+<!-- </section>-->
+<!-- -->
+<!-- <section id="sect-Component_Reference-Tables_and_grids-richdataGrid">-->
+<!-- <title><sgmltag><rich:dataGrid></sgmltag></title>-->
+<!-- <itemizedlist>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-type: <classname>org.richfaces.DataGrid</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-class: <classname>org.richfaces.component.html.HtmlDataGrid</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-family: <classname>org.richfaces.DataGrid</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- renderer-type: <classname>org.richfaces.DataGridRenderer</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- tag-class: <classname>org.richfaces.taglib.DataGridTag</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- </itemizedlist>-->
+<!-- <para>-->
+<!-- The <sgmltag><rich:dataGrid></sgmltag> component is used to arrange data objects in a grid. Values in the grid can be updated dynamically from the data model, and Ajax updates can be limited to specific rows. The component supports <literal>header</literal>, <literal>footer</literal>, and <literal>caption</literal> facets.-->
+<!-- </para>-->
+<!-- <figure id="figu-Component_Reference-richdataGrid-The_richdataGrid_component">-->
+<!-- <title>The <sgmltag><rich:dataGrid></sgmltag> component</title>-->
+<!-- <mediaobject>-->
+<!-- <imageobject>-->
+<!-- <imagedata fileref="images/figu-Component_Reference-richdataGrid-The_richdataGrid_component.png" format="PNG" />-->
+<!-- </imageobject>-->
+<!-- <textobject>-->
+<!-- <para>-->
+<!-- The <sgmltag><rich:dataGrid></sgmltag> component displaying four elements in two columns, with a <literal>header</literal> facet, and <literal>footer</literal> facet containing a data-scrolling component.-->
+<!-- </para>-->
+<!-- </textobject>-->
+<!-- </mediaobject>-->
+<!-- </figure>-->
+<!-- <para>-->
+<!-- The <sgmltag><rich:dataGrid></sgmltag> component requires the <varname>value</varname> attribute, which points to the data model, and the <varname>var</varname> attribute, which holds the current variable for the collection of data. The number of columns for the grid is specifed with the <varname>columns</varname> attribute, and the number of elements to layout among the columns is determined with the <varname>elements</varname> attribute. The <varname>first</varname> attribute references the zero-based element in the data model from which the grid starts.-->
+<!-- </para>-->
+<!-- <example id="exam-Component_Reference-richdataGrid-richdataGrid_example">-->
+<!-- <title><sgmltag><rich:dataGrid></sgmltag> example</title>-->
+<!-- -->
+<!--<programlisting language="XML" role="XML">-->
+<!--<xi:include href="extras/exam-Component_Reference-richdataGrid-richdataGrid_example.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
+<!--</programlisting>-->
+<!-- <blockquote>-->
+<!-- <figure id="figu-Component_Reference-richdataGrid_example-richdataGrid_example">-->
+<!-- <title><sgmltag><rich:dataGrid></sgmltag> example</title>-->
+<!-- <mediaobject>-->
+<!-- <imageobject>-->
+<!-- <imagedata fileref="images/figu-Component_Reference-richdataGrid-richdataGrid_example.png" format="PNG" />-->
+<!-- </imageobject>-->
+<!-- <textobject>-->
+<!-- <para>-->
+<!-- The result of the <sgmltag><rich:dataGrid></sgmltag> example, with the <literal>header</literal> facet, <literal>footer</literal> facet, and first element annotated.-->
+<!-- </para>-->
+<!-- </textobject>-->
+<!-- </mediaobject>-->
+<!-- </figure>-->
+<!-- </blockquote>-->
+<!-- </example>-->
+<!-- <para>-->
+<!-- The <sgmltag><rich:dataGrid></sgmltag> component can be used with the <sgmltag><rich:dataScroller></sgmltag> component to display multiple pages of grids. Refer to <xref linkend="sect-Component_Reference-Tables_and_grids-richdataScroller" /> for details on the <sgmltag><rich:dataScroller></sgmltag> component.-->
+<!-- </para>-->
+<!-- <para>-->
+<!-- As the component is based on the <sgmltag><a4j:repeat></sgmltag> component, it can be partially updated with Ajax. The <varname>ajaxKeys</varname> attribute allows row keys to be defined, which are updated after an Ajax request.-->
+<!-- </para>-->
+<!-- <example id="exam-Component_Reference-richdataGrid-ajaxKeys_example">-->
+<!-- <title><varname>ajaxKeys</varname> example</title>-->
+<!-- -->
+<!--<programlisting language="XML" role="XML">-->
+<!--<rich:dataGrid value="#{dataTableScrollerBean.allCars}" var="car" ajaxKeys="#{listBean.list}" binding="#{listBean.dataGrid}" id="grid" elements="4" columns="2">-->
+<!-- ...-->
+<!--</rich:dataGrid>-->
+<!--...-->
+<!--<a4j:commandButton action="#{listBean.action}" reRender="grid" value="Submit"/>-->
+<!--</programlisting>-->
+<!-- </example>-->
+<!-- </section>-->
+<!-- -->
+<!-- <section id="sect-Component_Reference-Tables_and_grids-richdataList">-->
+<!-- <title><sgmltag><rich:dataList></sgmltag></title>-->
+<!-- <itemizedlist>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-type: <classname>org.richfaces.DataList</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-class: <classname>org.richfaces.component.html.HtmlDataList</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-family: <classname>org.richfaces.DataList</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- renderer-type: <classname>org.richfaces.DataListRenderer</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- tag-class: <classname>org.richfaces.taglib.DataListTag</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- </itemizedlist>-->
+<!-- <para>-->
+<!-- The <sgmltag><rich:dataList></sgmltag> component renders an unordered list of items. The component uses a data model for managing the list items, which can be updated dynamically.-->
+<!-- </para>-->
+<!-- <para>-->
+<!-- The <varname>type</varname> attribute refers to the appearance of the bullet points. The values of the attribute correspond to the <varname>type</varname> parameter for the <sgmltag><ul></sgmltag> HTML element:-->
+<!-- </para>-->
+<!-- <variablelist>-->
+<!-- <varlistentry>-->
+<!-- <term><literal>circle</literal></term>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- Displays an unfilled circle as a bullet point.-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- </varlistentry>-->
+<!-- <varlistentry>-->
+<!-- <term><literal>disc</literal></term>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- Displays a filled disc as a bullet point.-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- </varlistentry>-->
+<!-- <varlistentry>-->
+<!-- <term><literal>square</literal></term>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- Displays a square as a bullet point.-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- </varlistentry>-->
+<!-- </variablelist>-->
+<!-- <para>-->
+<!-- The <varname>var</varname> attribute names a variable for iterating through the items in the data model. The items to iterate through are determined with the <varname>value</varname> attribute by using EL (Expression Lanugage). The <varname>first</varname> attribute specifies which item in the data model to show first, and the <varname>rows</varname> attribute specifies the number of items to list. The <varname>title</varname> attribute is used for a floating tool-tip. <xref linkend="exam-Component_Reference-richdataDefinitionList-richdataDefinitionList_example" /> shows a simple example using the <sgmltag><rich:dataDefinitionList></sgmltag> component.-->
+<!-- </para>-->
+<!-- <example id="exam-Component_Reference-richdataList-richdataList_example">-->
+<!-- <title><sgmltag><rich:dataList></sgmltag> example</title>-->
+<!-- -->
+<!--<programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-richdataList-richdataList_example.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" />-->
+<!--</programlisting>-->
+<!-- <blockquote>-->
+<!-- <figure id="figu-Component_Reference-richdataList_example-richdataList_example">-->
+<!-- <title><sgmltag><rich:dataList></sgmltag> example</title>-->
+<!-- <mediaobject>-->
+<!-- <imageobject>-->
+<!-- <imagedata fileref="images/figu-Component_Reference-richdataList-richdataList_example.png" format="PNG" />-->
+<!-- </imageobject>-->
+<!-- <textobject>-->
+<!-- <para>-->
+<!-- A list of cars displayed in a list with bullet points.-->
+<!-- </para>-->
+<!-- </textobject>-->
+<!-- </mediaobject>-->
+<!-- </figure>-->
+<!-- </blockquote>-->
+<!-- </example>-->
+<!-- </section>-->
+<!-- -->
+<!-- <section id="sect-Component_Reference-Tables_and_grids-richdataOrderedList">-->
+<!-- <title><sgmltag><rich:dataOrderedList></sgmltag></title>-->
+<!-- <itemizedlist>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-type: <classname>org.richfaces.DataOrderedList</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-class: <classname>org.richfaces.component.html.HtmlDataOrderedList</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- component-family: <classname>org.richfaces.DataOrderedList</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- renderer-type: <classname>org.richfaces.DataOrderedListRenderer</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- <listitem>-->
+<!-- <para>-->
+<!-- tag-class: <classname>org.richfaces.taglib.DataOrderedListTag</classname>-->
+<!-- </para>-->
+<!-- </listitem>-->
+<!-- </itemizedlist>-->
+<!-- <para>-->
+<!-- Incomplete-->
+<!-- </para>-->
+<!-- </section>-->
- <section id="sect-Component_Reference-Tables_and_grids-richdataDefinitionList">
- <title><sgmltag><rich:dataDefinitionList></sgmltag></title>
- <itemizedlist>
- <listitem>
- <para>
- component-type: <classname>org.richfaces.DataDefinitionList</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- component-class: <classname>org.richfaces.component.html.HtmlDataDefinitionList</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- component-family: <classname>org.richfaces.DataDefinitionList</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- renderer-type: <classname>org.richfaces.DataDefinitionListRenderer</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- tag-class: <classname>org.richfaces.taglib.DataDefinitionListTag</classname>
- </para>
- </listitem>
- </itemizedlist>
- <para>
- The <sgmltag><rich:dataDefinitionList></sgmltag> component renders a list of items with definitions. The component uses a data model for managing the list items, which can be updated dynamically.
- </para>
- <para>
- The <varname>var</varname> attribute names a variable for iterating through the items in the data model. The items to iterate through are determined with the <varname>value</varname> attribute by using EL (Expression Lanugage). The <varname>first</varname> attribute specifies which item in the data model to show first, and the <varname>rows</varname> attribute specifies the number of items to list. The <varname>title</varname> attribute is used for a floating tool-tip. <xref linkend="exam-Component_Reference-richdataDefinitionList-richdataDefinitionList_example" /> shows a simple example using the <sgmltag><rich:dataDefinitionList></sgmltag> component.
- </para>
- <example id="exam-Component_Reference-richdataDefinitionList-richdataDefinitionList_example">
- <title><sgmltag><rich:dataDefinitionList></sgmltag> example</title>
-
-<programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-Trees-richdataDefinitionList_example.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</programlisting>
- <blockquote>
- <figure id="figu-Component_Reference-richdataDefinitionList_example-richdataDefinitionList_example">
- <title><sgmltag><rich:dataDefinitionList></sgmltag> example</title>
- <mediaobject>
- <imageobject role="html">
- <imagedata fileref="images/figu-Component_Reference-Trees-richdataDefinitionList_example.png" format="PNG" />
- </imageobject>
- <imageobject role="fo">
- <imagedata fileref="images/figu-Component_Reference-Trees-richdataDefinitionList_example.png" format="PNG" />
- </imageobject>
- <textobject>
- <para>
- A list of cars with their price and mileage displayed as a data definition.
- </para>
- </textobject>
- </mediaobject>
- </figure>
- </blockquote>
- </example>
- </section>
-
- <section id="sect-Component_Reference-Tables_and_grids-richdataFilterSlider">
- <title><sgmltag><rich:dataFilterSlider></sgmltag></title>
- <itemizedlist>
- <listitem>
- <para>
- component-type: <classname>org.richfaces.DataFilterSlider</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- component-class: <classname>org.richfaces.component.html.HtmlDataFilterSlider</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- component-family: <classname>org.richfaces.DataFilterSlider</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- renderer-type: <classname>org.richfaces.DataFilterSliderRenderer</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- tag-class: <classname>org.richfaces.taglib.dataFilterSliderTag</classname>
- </para>
- </listitem>
- </itemizedlist>
- <para>
- The <sgmltag><rich:dataFilterSlider></sgmltag> components is a slider control that can be used for filtering data in a table. The range and increment of the slider control are defined using the <varname>startRange</varname>, <varname>endRange</varname>, and <varname>increment</varname> attributes.
- </para>
- <para>
- The slider is bound to a <classname>UIData</classname> component specified with the <varname>for</varname> attribute. The <varname>forValRef</varname> attribute refers to the <varname>value</varname> attribute used by the target component, and the <varname>filterBy</varname> attribute specifies which object member to filter according to the slider.
- </para>
- <para>
- The <varname>handleValue</varname> attribute keeps the current handle position on the slider control; filtering is based on this value. The <varname>storeResults</varname> attribute allows the <sgmltag><rich:dataFilterSlider></sgmltag> component to keep the target <classname>UIData</classname> component in session.
- </para>
- <para>
- The event defined with the <varname>submitOnSlide</varname> attribute is triggered when the handle value on the slider is changed.
- </para>
- <example id="exam-Component_Reference-richdataFilterSlider-richdataFilterSlider_example">
- <title><sgmltag><rich:dataFilterSlider></sgmltag> example</title>
-
-<programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-Tables_and_grids-richdataFilterSlider_example.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</programlisting>
- <blockquote>
- <figure id="figu-Component_Reference-richdataFilterSlider_example-richdataFilterSlider_example">
- <title><sgmltag><rich:dataFilterSlider></sgmltag> example</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/figu-Component_Reference-richdataFilterSlider-richdataFilterSlider_example.png" format="PNG" />
- </imageobject>
- <textobject>
- <para>
- A table of car details, filtered using a slider.
- </para>
- </textobject>
- </mediaobject>
- </figure>
- </blockquote>
- </example>
- </section>
-
- <section id="sect-Component_Reference-Tables_and_grids-richdataGrid">
- <title><sgmltag><rich:dataGrid></sgmltag></title>
- <itemizedlist>
- <listitem>
- <para>
- component-type: <classname>org.richfaces.DataGrid</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- component-class: <classname>org.richfaces.component.html.HtmlDataGrid</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- component-family: <classname>org.richfaces.DataGrid</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- renderer-type: <classname>org.richfaces.DataGridRenderer</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- tag-class: <classname>org.richfaces.taglib.DataGridTag</classname>
- </para>
- </listitem>
- </itemizedlist>
- <para>
- The <sgmltag><rich:dataGrid></sgmltag> component is used to arrange data objects in a grid. Values in the grid can be updated dynamically from the data model, and Ajax updates can be limited to specific rows. The component supports <literal>header</literal>, <literal>footer</literal>, and <literal>caption</literal> facets.
- </para>
- <figure id="figu-Component_Reference-richdataGrid-The_richdataGrid_component">
- <title>The <sgmltag><rich:dataGrid></sgmltag> component</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/figu-Component_Reference-richdataGrid-The_richdataGrid_component.png" format="PNG" />
- </imageobject>
- <textobject>
- <para>
- The <sgmltag><rich:dataGrid></sgmltag> component displaying four elements in two columns, with a <literal>header</literal> facet, and <literal>footer</literal> facet containing a data-scrolling component.
- </para>
- </textobject>
- </mediaobject>
- </figure>
- <para>
- The <sgmltag><rich:dataGrid></sgmltag> component requires the <varname>value</varname> attribute, which points to the data model, and the <varname>var</varname> attribute, which holds the current variable for the collection of data. The number of columns for the grid is specifed with the <varname>columns</varname> attribute, and the number of elements to layout among the columns is determined with the <varname>elements</varname> attribute. The <varname>first</varname> attribute references the zero-based element in the data model from which the grid starts.
- </para>
- <example id="exam-Component_Reference-richdataGrid-richdataGrid_example">
- <title><sgmltag><rich:dataGrid></sgmltag> example</title>
-
-<programlisting language="XML" role="XML">
-<xi:include href="extras/exam-Component_Reference-richdataGrid-richdataGrid_example.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</programlisting>
- <blockquote>
- <figure id="figu-Component_Reference-richdataGrid_example-richdataGrid_example">
- <title><sgmltag><rich:dataGrid></sgmltag> example</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/figu-Component_Reference-richdataGrid-richdataGrid_example.png" format="PNG" />
- </imageobject>
- <textobject>
- <para>
- The result of the <sgmltag><rich:dataGrid></sgmltag> example, with the <literal>header</literal> facet, <literal>footer</literal> facet, and first element annotated.
- </para>
- </textobject>
- </mediaobject>
- </figure>
- </blockquote>
- </example>
- <para>
- The <sgmltag><rich:dataGrid></sgmltag> component can be used with the <sgmltag><rich:dataScroller></sgmltag> component to display multiple pages of grids. Refer to <xref linkend="sect-Component_Reference-Tables_and_grids-richdataScroller" /> for details on the <sgmltag><rich:dataScroller></sgmltag> component.
- </para>
- <para>
- As the component is based on the <sgmltag><a4j:repeat></sgmltag> component, it can be partially updated with Ajax. The <varname>ajaxKeys</varname> attribute allows row keys to be defined, which are updated after an Ajax request.
- </para>
- <example id="exam-Component_Reference-richdataGrid-ajaxKeys_example">
- <title><varname>ajaxKeys</varname> example</title>
-
-<programlisting language="XML" role="XML">
-<rich:dataGrid value="#{dataTableScrollerBean.allCars}" var="car" ajaxKeys="#{listBean.list}" binding="#{listBean.dataGrid}" id="grid" elements="4" columns="2">
- ...
-</rich:dataGrid>
-...
-<a4j:commandButton action="#{listBean.action}" reRender="grid" value="Submit"/>
-</programlisting>
- </example>
- </section>
-
- <section id="sect-Component_Reference-Tables_and_grids-richdataList">
- <title><sgmltag><rich:dataList></sgmltag></title>
- <itemizedlist>
- <listitem>
- <para>
- component-type: <classname>org.richfaces.DataList</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- component-class: <classname>org.richfaces.component.html.HtmlDataList</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- component-family: <classname>org.richfaces.DataList</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- renderer-type: <classname>org.richfaces.DataListRenderer</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- tag-class: <classname>org.richfaces.taglib.DataListTag</classname>
- </para>
- </listitem>
- </itemizedlist>
- <para>
- The <sgmltag><rich:dataList></sgmltag> component renders an unordered list of items. The component uses a data model for managing the list items, which can be updated dynamically.
- </para>
- <para>
- The <varname>type</varname> attribute refers to the appearance of the bullet points. The values of the attribute correspond to the <varname>type</varname> parameter for the <sgmltag><ul></sgmltag> HTML element:
- </para>
- <variablelist>
- <varlistentry>
- <term><literal>circle</literal></term>
- <listitem>
- <para>
- Displays an unfilled circle as a bullet point.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>disc</literal></term>
- <listitem>
- <para>
- Displays a filled disc as a bullet point.
- </para>
- </listitem>
- </varlistentry>
- <varlistentry>
- <term><literal>square</literal></term>
- <listitem>
- <para>
- Displays a square as a bullet point.
- </para>
- </listitem>
- </varlistentry>
- </variablelist>
- <para>
- The <varname>var</varname> attribute names a variable for iterating through the items in the data model. The items to iterate through are determined with the <varname>value</varname> attribute by using EL (Expression Lanugage). The <varname>first</varname> attribute specifies which item in the data model to show first, and the <varname>rows</varname> attribute specifies the number of items to list. The <varname>title</varname> attribute is used for a floating tool-tip. <xref linkend="exam-Component_Reference-richdataDefinitionList-richdataDefinitionList_example" /> shows a simple example using the <sgmltag><rich:dataDefinitionList></sgmltag> component.
- </para>
- <example id="exam-Component_Reference-richdataList-richdataList_example">
- <title><sgmltag><rich:dataList></sgmltag> example</title>
-
-<programlisting language="XML" role="XML"><xi:include href="extras/exam-Component_Reference-richdataList-richdataList_example.xml_sample" parse="text" xmlns:xi="http://www.w3.org/2001/XInclude" />
-</programlisting>
- <blockquote>
- <figure id="figu-Component_Reference-richdataList_example-richdataList_example">
- <title><sgmltag><rich:dataList></sgmltag> example</title>
- <mediaobject>
- <imageobject>
- <imagedata fileref="images/figu-Component_Reference-richdataList-richdataList_example.png" format="PNG" />
- </imageobject>
- <textobject>
- <para>
- A list of cars displayed in a list with bullet points.
- </para>
- </textobject>
- </mediaobject>
- </figure>
- </blockquote>
- </example>
- </section>
-
- <section id="sect-Component_Reference-Tables_and_grids-richdataOrderedList">
- <title><sgmltag><rich:dataOrderedList></sgmltag></title>
- <itemizedlist>
- <listitem>
- <para>
- component-type: <classname>org.richfaces.DataOrderedList</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- component-class: <classname>org.richfaces.component.html.HtmlDataOrderedList</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- component-family: <classname>org.richfaces.DataOrderedList</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- renderer-type: <classname>org.richfaces.DataOrderedListRenderer</classname>
- </para>
- </listitem>
- <listitem>
- <para>
- tag-class: <classname>org.richfaces.taglib.DataOrderedListTag</classname>
- </para>
- </listitem>
- </itemizedlist>
- <para>
- Incomplete
- </para>
- </section>
-
<section id="sect-Component_Reference-Tables_and_grids-richdataScroller">
<title><sgmltag><rich:dataScroller></sgmltag></title>
<para>
15 years, 7 months
JBoss Rich Faces SVN: r17496 - root/dist/trunk.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-06-03 14:30:41 -0400 (Thu, 03 Jun 2010)
New Revision: 17496
Modified:
root/dist/trunk/pom.xml
Log:
fixed dist to use clasifiler
Modified: root/dist/trunk/pom.xml
===================================================================
--- root/dist/trunk/pom.xml 2010-06-03 17:09:49 UTC (rev 17495)
+++ root/dist/trunk/pom.xml 2010-06-03 18:30:41 UTC (rev 17496)
@@ -83,6 +83,7 @@
<artifactId>core-demo</artifactId>
<version>${org.richfaces.examples.core-demo.version}</version>
<type>war</type>
+ <classifier>tomcat6</classifier>
</dependency>
<dependency>
<groupId>org.richfaces.examples</groupId>
15 years, 7 months
JBoss Rich Faces SVN: r17495 - root.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-06-03 13:09:49 -0400 (Thu, 03 Jun 2010)
New Revision: 17495
Modified:
root/pom.xml
Log:
Another minor update
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2010-06-03 16:49:20 UTC (rev 17494)
+++ root/pom.xml 2010-06-03 17:09:49 UTC (rev 17495)
@@ -34,7 +34,6 @@
<module>examples/core-demo/trunk</module>
<module>examples/richfaces-showcase/trunk</module>
<module>docs/trunk</module>
- <module>dist/trunk</module>
</modules>
<profiles>
15 years, 7 months
JBoss Rich Faces SVN: r17494 - root.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-06-03 12:49:20 -0400 (Thu, 03 Jun 2010)
New Revision: 17494
Modified:
root/pom.xml
Log:
minor update take 2
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2010-06-03 16:48:33 UTC (rev 17493)
+++ root/pom.xml 2010-06-03 16:49:20 UTC (rev 17494)
@@ -33,7 +33,7 @@
<module>archetypes/richfaces-archetype-simpleapp/trunk</module>
<module>examples/core-demo/trunk</module>
<module>examples/richfaces-showcase/trunk</module>
- <module>doc/trunk</module>
+ <module>docs/trunk</module>
<module>dist/trunk</module>
</modules>
15 years, 7 months
JBoss Rich Faces SVN: r17493 - root.
by richfaces-svn-commits@lists.jboss.org
Author: jbalunas(a)redhat.com
Date: 2010-06-03 12:48:33 -0400 (Thu, 03 Jun 2010)
New Revision: 17493
Modified:
root/pom.xml
Log:
minor update
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2010-06-03 16:46:33 UTC (rev 17492)
+++ root/pom.xml 2010-06-03 16:48:33 UTC (rev 17493)
@@ -30,7 +30,7 @@
<module>ui/dist/trunk</module>
<!-- Remaining -->
- <module>archetypes/richfaces-archetype-simpleapp</module>
+ <module>archetypes/richfaces-archetype-simpleapp/trunk</module>
<module>examples/core-demo/trunk</module>
<module>examples/richfaces-showcase/trunk</module>
<module>doc/trunk</module>
15 years, 7 months