[ajax4jsf-svn-commits] JBoss Ajax4JSF SVN: r223 - trunk/samples/ajaxPortlet/src/main/webapp/WEB-INF.

ajax4jsf-svn-commits at lists.jboss.org ajax4jsf-svn-commits at lists.jboss.org
Tue May 29 20:10:58 EDT 2007


Author: alexsmirnov
Date: 2007-05-29 20:10:58 -0400 (Tue, 29 May 2007)
New Revision: 223

Modified:
   trunk/samples/ajaxPortlet/src/main/webapp/WEB-INF/faces-config.xml
Log:
CODING IN PROGRESS - issue RF-186: Portlet integration for JBoss Portal, portals jsr-168 
http://jira.jboss.com/jira/browse/RF-186

Modified: trunk/samples/ajaxPortlet/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/samples/ajaxPortlet/src/main/webapp/WEB-INF/faces-config.xml	2007-05-30 00:10:55 UTC (rev 222)
+++ trunk/samples/ajaxPortlet/src/main/webapp/WEB-INF/faces-config.xml	2007-05-30 00:10:58 UTC (rev 223)
@@ -21,20 +21,19 @@
    <to-view-id>/jsf/start.xhtml</to-view-id>
   </navigation-case>
  </navigation-rule>
+ <render-kit>
+  <renderer>
+   <description>override the viewroot</description>
+   <component-family>javax.faces.ViewRoot</component-family>
+   <renderer-type>javax.faces.ViewRoot</renderer-type>
+   <renderer-class>org.ajax4jsf.portlet.renderkit.portlet.PortletAjaxViewRootRenderer</renderer-class>
+  </renderer>
+ </render-kit>
  <application>
   <view-handler>org.ajax4jsf.portlet.application.PortletViewHandler</view-handler>
+  <state-manager>org.ajax4jsf.portlet.application.PortalStateManager</state-manager>
   <!-- 
   <view-handler>com.sun.facelets.FaceletPortletViewHandler</view-handler>
    -->
  </application>
-  <render-kit>    
-    <renderer>
-      <description>
-        override the viewroot
-      </description>
-      <component-family>javax.faces.ViewRoot</component-family>
-      <renderer-type>javax.faces.ViewRoot</renderer-type>
-      <renderer-class>org.ajax4jsf.portlet.renderkit.portlet.PortletAjaxViewRootRenderer</renderer-class>
-    </renderer>
-  </render-kit>
 </faces-config>




More information about the ajax4jsf-svn-commits mailing list