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 2014/11/17 10:30:08 UTC

svn commit: r1640117 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml

Author: lofwyr
Date: Mon Nov 17 09:30:08 2014
New Revision: 1640117

URL: http://svn.apache.org/r1640117
Log:
fix renaming

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml?rev=1640117&r1=1640116&r2=1640117&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/25-select/select.xhtml Mon Nov 17 09:30:08 2014
@@ -43,7 +43,7 @@
     <tc:selectBooleanCheckbox label="Value is Boolean" value="#{selectBooleanCheckboxController.normalBoolean}"/>
 
     <tc:selectBooleanCheckbox label="Converter for Boolean" value="#{selectBooleanCheckboxController.onOffString}">
-      <f:converter converterId="org.apache.myfaces.tobago.example.reference.OnOffConverter"/>
+      <f:converter converterId="org.apache.myfaces.tobago.example.demo.OnOffConverter"/>
     </tc:selectBooleanCheckbox>
 
     <!-- code-sniplet-start id="selectManyListbox" -->