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 2017/04/06 12:28:07 UTC

svn commit: r1790393 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/08-form/form.xhtml

Author: lofwyr
Date: Thu Apr  6 12:28:07 2017
New Revision: 1790393

URL: http://svn.apache.org/viewvc?rev=1790393&view=rev
Log:
duplicate ids

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/08-form/form.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/08-form/form.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/08-form/form.xhtml?rev=1790393&r1=1790392&r2=1790393&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/08-form/form.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/08-form/form.xhtml Thu Apr  6 12:28:07 2017
@@ -53,9 +53,9 @@
     </tc:box>
     <tc:box label="Form 2">
       <tc:form id="form2">
-        <tc:in id="in" label="Value 2" value="#{formController.value2}"/>
-        <tc:out id="out" label="Value 2 in Model" value="#{formController.value2}"/>
-        <tc:button id="submit" label="Submit"/>
+        <tc:in id="in2" label="Value 2" value="#{formController.value2}"/>
+        <tc:out id="out2" label="Value 2 in Model" value="#{formController.value2}"/>
+        <tc:button id="submit2" label="Submit"/>
       </tc:form>
     </tc:box>
   </tc:section>