You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2022/10/27 07:42:34 UTC

[myfaces-tobago] branch tobago-5.x updated: remove code committed by mistake

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch tobago-5.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-5.x by this push:
     new 4e8c47ba1b remove code committed by mistake
4e8c47ba1b is described below

commit 4e8c47ba1bf64546cee43d62ee0194a0d507f852
Author: Udo Schnurpfeil <gi...@schnurpfeil.de>
AuthorDate: Thu Oct 27 09:42:30 2022 +0200

    remove code committed by mistake
---
 .../src/main/webapp/content/000-intro/Intro.xhtml                    | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/Intro.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/Intro.xhtml
index c1894e85d5..927ae200c5 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/Intro.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/Intro.xhtml
@@ -50,9 +50,4 @@
     </tc:section>
   </tc:section>
 
-  <tc:in placeholder="Search" required="true" value="#{navigationState.searchString}" labelLayout="none"
-         label="Search" id="search">
-  </tc:in>
-  <tc:button id="go" label="go" action="#{navigationState.search}" defaultCommand="true"/>
-
 </ui:composition>