Author: tkuprevich
Date: 2008-08-05 05:03:55 -0400 (Tue, 05 Aug 2008)
New Revision: 9908
Modified:
trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml
Log:
Modified: trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml
===================================================================
--- trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml 2008-08-05 09:03:27
UTC (rev 9907)
+++ trunk/test-applications/facelets/src/main/webapp/pages/main.xhtml 2008-08-05 09:03:55
UTC (rev 9908)
@@ -18,7 +18,7 @@
<h:panelGrid columns="2" cellpadding="5px"
cellspacing="5px">
<h:commandLink value="RichFaces"
action="RichFaces"></h:commandLink>
<h:commandLink value="Div"
action="TestDiv"></h:commandLink>
- <h:commandLink value="Select"
action="Map"></h:commandLink>
+ <h:commandLink value="Select" action="Map"
disabled="true"></h:commandLink>
<h:commandLink value="Customize page"
action="CustomizePage"></h:commandLink>
<h:commandLink value="RichPanels"
action="RichPanels"></h:commandLink>
</h:panelGrid>
Show replies by date