[richfaces-svn-commits] JBoss Rich Faces SVN: r13485 - trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Apr 10 06:44:03 EDT 2009


Author: abelevich
Date: 2009-04-10 06:44:03 -0400 (Fri, 10 Apr 2009)
New Revision: 13485

Modified:
   trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/faces-config.xml
Log:
remove RealworldCommandButtonRenderer

Modified: trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/faces-config.xml	2009-04-10 10:02:52 UTC (rev 13484)
+++ trunk/test-applications/realworld2/web/src/main/webapp/WEB-INF/faces-config.xml	2009-04-10 10:44:03 UTC (rev 13485)
@@ -12,14 +12,5 @@
       </locale-config>
       <view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
    </application>
-
-
-    <render-kit>
-	    <render-kit-id>HTML_BASIC</render-kit-id>
-		<renderer>
-			<component-family>javax.faces.Command</component-family>
-			<renderer-type>org.ajax4jsf.components.RealworldAjaxCommandButtonRenderer</renderer-type>
-			<renderer-class>org.richfaces.realworld.tags.RealworldCommandButtonRenderer</renderer-class>
-		</renderer>
-   	</render-kit>
+   
 </faces-config>




More information about the richfaces-svn-commits mailing list