Author: ppitonak(a)redhat.com
Date: 2011-04-05 11:58:00 -0400 (Tue, 05 Apr 2011)
New Revision: 22371
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRepeat/keepSaved.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/keepSaved.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataGrid/keepSaved.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/keepSaved.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richExtendedDataTable/keepSaved.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richList/keepSaved.xhtml
Log:
samples for attribute keepSaved updated
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRepeat/keepSaved.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRepeat/keepSaved.xhtml 2011-04-05
15:57:24 UTC (rev 22370)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/a4jRepeat/keepSaved.xhtml 2011-04-05
15:58:00 UTC (rev 22371)
@@ -56,7 +56,7 @@
<a4j:repeat id="richList"
keepSaved="#{a4jRepeatBean.attributes['keepSaved'].value}"
value="#{templateBean.dataTableModel}">
- <h:inputText />
+ <h:inputText id="input"
value="#{maxBean.value}"/>
</a4j:repeat>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/keepSaved.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/keepSaved.xhtml 2011-04-05
15:57:24 UTC (rev 22370)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsibleSubTable/keepSaved.xhtml 2011-04-05
15:58:00 UTC (rev 22371)
@@ -62,7 +62,7 @@
value="#{templateBean.dataTableModel}" >
<rich:column id="columnInput">
- <h:inputText />
+ <h:inputText id="input"
value="#{maxBean.value}"/>
</rich:column>
</rich:collapsibleSubTable>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataGrid/keepSaved.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataGrid/keepSaved.xhtml 2011-04-05
15:57:24 UTC (rev 22370)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataGrid/keepSaved.xhtml 2011-04-05
15:58:00 UTC (rev 22371)
@@ -55,7 +55,7 @@
value="#{templateBean.dataTableModel}"
columns="2">
<rich:column id="columnInput">
- <h:inputText />
+ <h:inputText id="input"
value="#{maxBean.value}"/>
</rich:column>
</rich:dataGrid>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/keepSaved.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/keepSaved.xhtml 2011-04-05
15:57:24 UTC (rev 22370)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richDataTable/keepSaved.xhtml 2011-04-05
15:58:00 UTC (rev 22371)
@@ -57,7 +57,7 @@
value="#{templateBean.dataTableModel}" >
<rich:column id="columnInput">
- <h:inputText />
+ <h:inputText id="input"
value="#{maxBean.value}"/>
</rich:column>
</rich:dataTable>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richExtendedDataTable/keepSaved.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richExtendedDataTable/keepSaved.xhtml 2011-04-05
15:57:24 UTC (rev 22370)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richExtendedDataTable/keepSaved.xhtml 2011-04-05
15:58:00 UTC (rev 22371)
@@ -69,7 +69,7 @@
value="#{templateBean.dataTableModel}"
>
<rich:column id="columnInput">
- <h:inputText />
+ <h:inputText id="input"
value="#{maxBean.value}"/>
</rich:column>
</rich:extendedDataTable>
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richList/keepSaved.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richList/keepSaved.xhtml 2011-04-05
15:57:24 UTC (rev 22370)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richList/keepSaved.xhtml 2011-04-05
15:58:00 UTC (rev 22371)
@@ -54,7 +54,7 @@
<rich:list id="richList"
keepSaved="#{richListBean.attributes['keepSaved'].value}"
value="#{templateBean.dataTableModel}"
type="unordered">
- <h:inputText />
+ <h:inputText id="input"
value="#{maxBean.value}"/>
</rich:list>
Show replies by date