Author: andrei_exadel
Date: 2008-05-29 10:22:34 -0400 (Thu, 29 May 2008)
New Revision: 8826
Modified:
trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp
Log:
RF-3573
Modified: trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp 2008-05-29
14:19:17 UTC (rev 8825)
+++ trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp 2008-05-29
14:22:34 UTC (rev 8826)
@@ -13,13 +13,13 @@
<h:outputText value="Enter quantity of lines [data 1]" />
<h:panelGroup>
<h:inputText value="#{columns.length1}" />
- <h:commandButton action="#{columns.addNewItem1}" value="ok"
onclick="submit();"></h:commandButton>
+ <h:commandButton action="#{columns.addNewItem1}" value="ok"
></h:commandButton>
</h:panelGroup>
<h:outputText value="Enter quantity of lines [data 2]" />
<h:panelGroup>
<h:inputText value="#{columns.length2}" />
- <h:commandButton action="#{columns.addNewItem2}" value="ok"
onclick="submit();"></h:commandButton>
+ <h:commandButton action="#{columns.addNewItem2}"
value="ok"></h:commandButton>
</h:panelGroup>
<h:outputText value="columns (*):"></h:outputText>
Show replies by date