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:44:30 UTC

[myfaces-tobago] branch t5_selectMany updated: remove code comitted by mistake

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

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


The following commit(s) were added to refs/heads/t5_selectMany by this push:
     new 1644d3d2d3 remove code comitted by mistake
1644d3d2d3 is described below

commit 1644d3d2d31b2fc25e5e3399579338b283548ce6
Author: Udo Schnurpfeil <gi...@schnurpfeil.de>
AuthorDate: Thu Oct 27 09:44:25 2022 +0200

    remove code comitted 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>