Author: mvitenkov
Date: 2008-03-19 13:16:27 -0400 (Wed, 19 Mar 2008)
New Revision: 6970
Modified:
trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp
trunk/test-applications/jsp/src/main/webapp/FileUpload/FileUpload.jsp
trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanelProperty.jsp
Log:
TabThee id instead of TabThr for selectedTab testing.
Modified: trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp 2008-03-19
17:09:28 UTC (rev 6969)
+++ trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp 2008-03-19
17:16:27 UTC (rev 6970)
@@ -46,6 +46,10 @@
<h:inputText value="#{columns.width}" onchange="submit();">
</h:inputText>
+ <h:outputText value="first:"></h:outputText>
+ <h:inputText value="#{columns.first}" onchange="submit();">
+ </h:inputText>
+
<h:outputText value="sortable"></h:outputText>
<h:selectBooleanCheckbox value="#{columns.sortable}"
onchange="submit();">
</h:selectBooleanCheckbox>
Modified: trunk/test-applications/jsp/src/main/webapp/FileUpload/FileUpload.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/FileUpload/FileUpload.jsp 2008-03-19
17:09:28 UTC (rev 6969)
+++ trunk/test-applications/jsp/src/main/webapp/FileUpload/FileUpload.jsp 2008-03-19
17:16:27 UTC (rev 6970)
@@ -13,7 +13,8 @@
listHeight="#{fileUpload.listHeight}"
listWidth="#{fileUpload.listWidth}"
maxFilesQuantity="#{fileUpload.maxFilesQuantity}"
- fileUploadListener="#{fileUpload.fileUploadListener}">
+ fileUploadListener="#{fileUpload.fileUploadListener}"
+ cleanButtonClass="style"
onuploadcanceled="alert('hi')">
<f:facet name="label">
<h:outputText value="{_KB}KB from {KB}KB uploaded :[ {mm}:{ss}
]"></h:outputText>
</f:facet>
Modified: trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanelProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanelProperty.jsp 2008-03-19
17:09:28 UTC (rev 6969)
+++ trunk/test-applications/jsp/src/main/webapp/TabPanel/TabPanelProperty.jsp 2008-03-19
17:16:27 UTC (rev 6970)
@@ -44,7 +44,7 @@
<h:selectOneRadio value="#{tabPanel.selectedTab}"
onchange="submit();">
<f:selectItem itemLabel="1" itemValue="tabOne" />
<f:selectItem itemLabel="2" itemValue="tabTwo" />
- <f:selectItem itemLabel="3" itemValue="tabThr" />
+ <f:selectItem itemLabel="3" itemValue="tabThree" />
</h:selectOneRadio>
<h:outputText value="immediate" />
Show replies by date