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 2011/10/05 21:06:00 UTC

svn commit: r1179386 - /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml

Author: lofwyr
Date: Wed Oct  5 19:06:00 2011
New Revision: 1179386

URL: http://svn.apache.org/viewvc?rev=1179386&view=rev
Log:
demo: managed bean was defined twice

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml?rev=1179386&r1=1179385&r2=1179386&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/faces-config.xml Wed Oct  5 19:06:00 2011
@@ -119,12 +119,6 @@
 
   <!--  overview  -->
 
-  <managed-bean>
-    <managed-bean-name>overviewController</managed-bean-name>
-    <managed-bean-class>org.apache.myfaces.tobago.example.demo.overview.OverviewController</managed-bean-class>
-    <managed-bean-scope>session</managed-bean-scope>
-  </managed-bean>
-
   <lifecycle>
     <phase-listener>
       org.apache.myfaces.tobago.example.demo.clientConfig.ClientConfigPhaseListener