You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by gp...@apache.org on 2011/03/12 01:39:17 UTC

svn commit: r1080823 - /myfaces/extensions/cdi/trunk/examples/jsf-playground/hello_myfaces-codi_jsf12/src/main/webapp/helloMyFacesCodi.jsp

Author: gpetracek
Date: Sat Mar 12 00:39:16 2011
New Revision: 1080823

URL: http://svn.apache.org/viewvc?rev=1080823&view=rev
Log:
cleanup

Modified:
    myfaces/extensions/cdi/trunk/examples/jsf-playground/hello_myfaces-codi_jsf12/src/main/webapp/helloMyFacesCodi.jsp

Modified: myfaces/extensions/cdi/trunk/examples/jsf-playground/hello_myfaces-codi_jsf12/src/main/webapp/helloMyFacesCodi.jsp
URL: http://svn.apache.org/viewvc/myfaces/extensions/cdi/trunk/examples/jsf-playground/hello_myfaces-codi_jsf12/src/main/webapp/helloMyFacesCodi.jsp?rev=1080823&r1=1080822&r2=1080823&view=diff
==============================================================================
--- myfaces/extensions/cdi/trunk/examples/jsf-playground/hello_myfaces-codi_jsf12/src/main/webapp/helloMyFacesCodi.jsp (original)
+++ myfaces/extensions/cdi/trunk/examples/jsf-playground/hello_myfaces-codi_jsf12/src/main/webapp/helloMyFacesCodi.jsp Sat Mar 12 00:39:16 2011
@@ -23,7 +23,6 @@
     </head>
     <body>
         <f:view>
-            <h:outputText value="#{counterBean.value}"/>
             <h1 style="color:red">Dev-Demo (purpose: only for tests during development)</h1>
 
             <h1>JSF-Demo</h1>