Author: ayanul
Date: 2008-03-13 08:50:02 -0400 (Thu, 13 Mar 2008)
New Revision: 6778
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp
Log:
+ fix
Modified:
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp
===================================================================
---
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp 2008-03-13
12:49:26 UTC (rev 6777)
+++
trunk/test-applications/jsp/src/main/webapp/ScrollableDataTable/ScrollableDataTableProperty.jsp 2008-03-13
12:50:02 UTC (rev 6778)
@@ -55,7 +55,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>