Author: ayanul
Date: 2008-03-13 08:49:26 -0400 (Thu, 13 Mar 2008)
New Revision: 6777
Modified:
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml
Log:
+ fix
Modified:
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml 2008-03-13
12:23:11 UTC (rev 6776)
+++
trunk/test-applications/facelets/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.xhtml 2008-03-13
12:49:26 UTC (rev 6777)
@@ -51,7 +51,7 @@
<h:outputText value="sortMode" />
<h:selectOneRadio value="#{sortingAndFiltering.sortMode}"
onchange="submit();">
<f:selectItem itemLabel="single" itemValue="single" />
- <f:selectItem itemLabel="multy" itemValue="multy" />
+ <f:selectItem itemLabel="multi" itemValue="multi" />
</h:selectOneRadio>
</h:panelGrid>
<a4j:commandButton value="reRender"
reRender="sdt"></a4j:commandButton>
Show replies by date