Author: adubovsky
Date: 2008-08-01 10:54:54 -0400 (Fri, 01 Aug 2008)
New Revision: 9864
Modified:
trunk/test-applications/facelets/src/main/webapp/DataGrid/DataGridProperty.xhtml
Log:
Delete "border" duplicate attribute from page
Modified:
trunk/test-applications/facelets/src/main/webapp/DataGrid/DataGridProperty.xhtml
===================================================================
---
trunk/test-applications/facelets/src/main/webapp/DataGrid/DataGridProperty.xhtml 2008-08-01
13:48:58 UTC (rev 9863)
+++
trunk/test-applications/facelets/src/main/webapp/DataGrid/DataGridProperty.xhtml 2008-08-01
14:54:54 UTC (rev 9864)
@@ -31,9 +31,6 @@
<h:outputText value="first: " />
<h:inputText onchange="submit();" value="#{dataGrid.first}"
/>
- <h:outputText value="border: " />
- <h:inputText onchange="submit();" value="#{dataGrid.border}"
/>
-
<h:outputText value="cellspacing: " />
<h:inputText onchange="submit();"
value="#{dataGrid.cellspacing}" />
Show replies by date