Author: mvitenkov
Date: 2008-07-15 04:29:51 -0400 (Tue, 15 Jul 2008)
New Revision: 9597
Modified:
trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp
Log:
Modified: trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp
===================================================================
--- trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp 2008-07-15
01:26:07 UTC (rev 9596)
+++ trunk/test-applications/jsp/src/main/webapp/Columns/ColumnsProperty.jsp 2008-07-15
08:29:51 UTC (rev 9597)
@@ -13,8 +13,7 @@
<h:outputText value="Enter quantity of lines [data 1]" />
<h:panelGroup>
<h:inputText value="#{columns.length1}" />
- <h:commandButton action="#{columns.addNewItem1}"
value="ok"></h:commandButton>
- <h:commandButton action="#{columns.addNewItem1}" value="ok"
></h:commandButton>
+ <h:commandButton action="#{columns.addNewItem1}"
value="ok"></h:commandButton>
</h:panelGroup>
<h:outputText value="Enter quantity of lines [data 2]" />
@@ -49,7 +48,7 @@
<h:outputText value="breakBefore:"></h:outputText>
<h:selectBooleanCheckbox value="#{columns.breakBefore}"
onchange="submit();">
- </h:selectBooleanCheckbox>
-
- </h:panelGrid>
+ </h:selectBooleanCheckbox>
+
+ </h:panelGrid>
</f:subview>
\ No newline at end of file
Show replies by date