[jboss-cvs] jboss-seam/examples/wiki/view/includes ...
Christian Bauer
christian at hibernate.org
Fri May 4 12:30:05 EDT 2007
User: cbauer
Date: 07/05/04 12:30:05
Modified: examples/wiki/view/includes searchControl.xhtml
Log:
Disabled incomplete features
Revision Changes Path
1.5 +1 -1 jboss-seam/examples/wiki/view/includes/searchControl.xhtml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: searchControl.xhtml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/view/includes/searchControl.xhtml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- searchControl.xhtml 3 May 2007 14:10:48 -0000 1.4
+++ searchControl.xhtml 4 May 2007 16:30:05 -0000 1.5
@@ -5,7 +5,7 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:s="http://jboss.com/products/seam/taglib">
- <h:form>
+ <h:form rendered="false">
<h:panelGroup styleClass="searchControlTable">
<h:inputText styleClass="searchControlInput" id="searchControlSearchString" value="#{nodeSearch.query}"
onclick="clickClear(this, 'Search...')" onblur="clickRecall(this, 'Search...')"
More information about the jboss-cvs-commits
mailing list