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 2016/08/24 12:32:03 UTC

svn commit: r1757512 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/50-input-group/group.xhtml

Author: lofwyr
Date: Wed Aug 24 12:32:02 2016
New Revision: 1757512

URL: http://svn.apache.org/viewvc?rev=1757512&view=rev
Log:
docu

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/50-input-group/group.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/50-input-group/group.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/50-input-group/group.xhtml?rev=1757512&r1=1757511&r2=1757512&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/50-input-group/group.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/010-input/50-input-group/group.xhtml Wed Aug 24 12:32:02 2016
@@ -82,8 +82,8 @@
       <pre><code class="language-markup">&lt;tc:in placeholder="type a message">
   &lt;f:facet name="before">
     &lt;tc:button id="lsendtoc" label="\#{groupController.sendTo}" omit="true">
-      &lt;tc:command label="SendTo: Peter" actionListener="\#{groupController.sendToListener}">
-        &lt;f:ajax render="isendtoc"/>
+      &lt;tc:command label="SendTo: Peter">
+        &lt;f:ajax render="isendtoc" execute="isendtoc" listener="\#{groupController.sendToListener}"/>
       &lt;/tc:command>
       ...
     &lt;/tc:button>