You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2009/10/19 18:24:36 UTC

svn commit: r826714 - in /myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp: WEB-INF/groovy-taglib.xml helloWorld.xhtml

Author: werpu
Date: Mon Oct 19 16:24:35 2009
New Revision: 826714

URL: http://svn.apache.org/viewvc?rev=826714&view=rev
Log:
fixup for for the latest myfaces codebase

Modified:
    myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/groovy-taglib.xml
    myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/helloWorld.xhtml

Modified: myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/groovy-taglib.xml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/groovy-taglib.xml?rev=826714&r1=826713&r2=826714&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/groovy-taglib.xml (original)
+++ myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/WEB-INF/groovy-taglib.xml Mon Oct 19 16:24:35 2009
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 <!DOCTYPE facelet-taglib PUBLIC "-//Sun Microsystems, Inc.//DTD Facelet Taglib 1.0//EN" "facelet-taglib_1_0.dtd">
-<facelet-taglib>
+<facelet-taglib version="2.0">
     <!-- author: werner.punz@irian.at -->
 
     <namespace>http://myfaces.apache.org/groovy</namespace>

Modified: myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/helloWorld.xhtml
URL: http://svn.apache.org/viewvc/myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/helloWorld.xhtml?rev=826714&r1=826713&r2=826714&view=diff
==============================================================================
--- myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/helloWorld.xhtml (original)
+++ myfaces/extensions/scripting/trunk/examples/myfaces20-example/src/main/webapp/helloWorld.xhtml Mon Oct 19 16:24:35 2009
@@ -21,7 +21,7 @@
                 <h:message id = "message1" for = "input1" />
                 <h:outputFormat value = "#{testbean.xxx}" />
                 <h:outputFormat value = "#{javatestbean.sayHello}" />
-                        <h:commandButton value = "Press me dynamic" action = "#{testbean.doit}" />
+                <h:commandButton value = "Press me dynamic" action = "#{testbean.doit}" />
                  <grv:testcomponent2 />
             </h:panelGrid>
 		</h:form>