Author: ayanul
Date: 2008-05-29 10:30:14 -0400 (Thu, 29 May 2008)
New Revision: 8827
Modified:
trunk/test-applications/facelets/src/main/webapp/Columns/ColumnsProperty.xhtml
Log:
Modified: trunk/test-applications/facelets/src/main/webapp/Columns/ColumnsProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/Columns/ColumnsProperty.xhtml 2008-05-29
14:22:34 UTC (rev 8826)
+++
trunk/test-applications/facelets/src/main/webapp/Columns/ColumnsProperty.xhtml 2008-05-29
14:30:14 UTC (rev 8827)
@@ -9,13 +9,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>