Author: jholmes Date: Wed Aug 15 17:38:19 2007 New Revision: 566443 URL: http://svn.apache.org/viewvc?view=rev&rev=566443 Log: WW-2104 Add default dispatcher constant
Modified: struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml Modified: struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml?view=diff&rev=566443&r1=566442&r2=566443 ============================================================================== --- struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml (original) +++ struts/struts2/trunk/plugins/portlet/src/main/resources/struts-plugin.xml Wed Aug 15 17:38:19 2007 @@ -29,8 +29,10 @@ <struts> <bean type="org.apache.struts2.components.UrlRenderer" name="portlet" class="org.apache.struts2.components.PortletUrlRenderer"/> + <constant name="struts.urlRenderer" value="portlet" /> <constant name="struts.portlet.useDispatcherServlet" value="false" /> + <constant name="struts.portlet.dispatcherServletName" value="Struts2PortletDispatcherServlet" /> <package name="struts-portlet-default" extends="struts-default">