Author: julien(a)jboss.com
Date: 2007-03-31 10:21:37 -0400 (Sat, 31 Mar 2007)
New Revision: 6895
Modified:
trunk/core/src/resources/portal-server-war/WEB-INF/web.xml
Log:
forgot to update controllerName -> controllerFactoryName in ajax servlet of
portal-server.war
Modified: trunk/core/src/resources/portal-server-war/WEB-INF/web.xml
===================================================================
--- trunk/core/src/resources/portal-server-war/WEB-INF/web.xml 2007-03-31 12:57:50 UTC
(rev 6894)
+++ trunk/core/src/resources/portal-server-war/WEB-INF/web.xml 2007-03-31 14:21:37 UTC
(rev 6895)
@@ -235,9 +235,9 @@
<description>The servlet needs to know wether it is set as a default
servlet or not</description>
</init-param>
<init-param>
- <param-name>controllerName</param-name>
- <param-value>portal:controller=Ajax</param-value>
- <description>The request controller for the portal
servlet</description>
+ <param-name>controllerFactoryName</param-name>
+ <param-value>portal:service=ControllerFactory</param-value>
+ <description>The request controller factory for the portal
servlet</description>
</init-param>
<load-on-startup>0</load-on-startup>
<security-role-ref>
Show replies by date