<?xml version="1.0"?>
<!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN" "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd">

<struts-config>

	<!-- Forms Beans -->

	<form-beans>
		<form-bean name="communitiesPageForm" type="com.liferay.portlet.communities.form.PageForm" />
		<form-bean name="documentLibraryFileEntryForm" type="com.liferay.portlet.documentlibrary.form.FileEntryForm" />
		<form-bean name="mapsMapsForm" type="com.liferay.portlet.maps.form.MapsForm" />
		<form-bean name="portletConfigurationLookAndFeelForm" type="org.apache.struts.action.DynaActionForm">
			<form-property type="java.util.ArrayList" name="listBorderWidths" />
			<form-property type="java.util.ArrayList" name="listBorderStyles" />
			<form-property type="java.util.ArrayList" name="listImageAttachments" />
			<form-property type="java.util.ArrayList" name="listImagePositions" />
			<form-property type="java.util.ArrayList" name="listImageTiling" />
			<form-property type="java.util.ArrayList" name="listFonts" />
			<form-property type="java.util.ArrayList" name="listFontSizes" />
			<form-property type="java.util.ArrayList" name="listFontDecorations" />
			<form-property type="java.lang.String" name="portletBgColor" />
			<form-property type="java.lang.String" name="portletBgImageUrl" />
			<form-property type="java.lang.String" name="portletBgImageAttach" />
			<form-property type="java.lang.String" name="portletBgImagePos" />
			<form-property type="java.lang.String" name="portletBgImageTile" />
			<form-property type="java.lang.String" name="portletBorderWidth" />
			<form-property type="java.lang.String" name="portletBorderStyle" />
			<form-property type="java.lang.String" name="portletBorderColor" />
			<form-property type="java.lang.String" name="headerBgColor" />
			<form-property type="java.lang.String" name="headerBgImageUrl" />
			<form-property type="java.lang.String" name="headerBgImageAttach" />
			<form-property type="java.lang.String" name="headerBgImagePos" />
			<form-property type="java.lang.String" name="headerBgImageTile" />
			<form-property type="java.lang.String" name="headerBorderWidth" />
			<form-property type="java.lang.String" name="headerBorderStyle" />
			<form-property type="java.lang.String" name="headerBorderColor" />
			<form-property type="java.lang.String" name="headerTextColor" />
			<form-property type="java.lang.String" name="headerTextDecor" />
			<form-property type="java.lang.String" name="headerTextFont" />
			<form-property type="java.lang.String" name="headerTextSize" />
			<form-property type="java.lang.String" name="headerTextStyle" />
			<form-property type="java.lang.String" name="headerTextBold" />
			<form-property type="java.lang.String" name="contentBgColor" />
			<form-property type="java.lang.String" name="contentBgImageUrl" />
			<form-property type="java.lang.String" name="contentBgImageAttach" />
			<form-property type="java.lang.String" name="contentBgImagePos" />
			<form-property type="java.lang.String" name="contentBgImageTile" />
			<form-property type="java.lang.String" name="contentBorderWidth" />
			<form-property type="java.lang.String" name="contentBorderStyle" />
			<form-property type="java.lang.String" name="contentBorderColor" />
			<form-property type="java.lang.String" name="contentTextColor" />
			<form-property type="java.lang.String" name="contentTextDecor" />
			<form-property type="java.lang.String" name="contentTextFont" />
			<form-property type="java.lang.String" name="contentTextSize" />
			<form-property type="java.lang.String" name="contentTextStyle" />
			<form-property type="java.lang.String" name="contentTextBold" />
			<form-property type="java.lang.String" name="contentLinkColor" />
			<form-property type="java.lang.String" name="contentLinkDecor" />
			<form-property type="java.lang.String" name="contentLinkFont" />
			<form-property type="java.lang.String" name="contentLinkSize" />
			<form-property type="java.lang.String" name="contentLinkStyle" />
			<form-property type="java.lang.String" name="contentLinkBold" />
			<form-property type="java.lang.String" name="contentLinkVisitedColor" />
			<form-property type="java.lang.String" name="contentLinkVisitedDecor" />
			<form-property type="java.lang.String" name="contentLinkVisitedFont" />
			<form-property type="java.lang.String" name="contentLinkVisitedSize" />
			<form-property type="java.lang.String" name="contentLinkVisitedStyle" />
			<form-property type="java.lang.String" name="contentLinkVisitedBold" />
			<form-property type="java.lang.String" name="contentLinkHoverColor" />
			<form-property type="java.lang.String" name="contentLinkHoverDecor" />
			<form-property type="java.lang.String" name="contentLinkHoverFont" />
			<form-property type="java.lang.String" name="contentLinkHoverSize" />
			<form-property type="java.lang.String" name="contentLinkHoverStyle" />
			<form-property type="java.lang.String" name="contentLinkHoverBold" />
		</form-bean>
	</form-beans>

	<!-- Global Forwards -->

	<global-forwards>
		<forward name="/common/error.jsp" path="/common/error.jsp" />
		<forward name="/common/forward_js.jsp" path="/common/forward_js.jsp" />
		<forward name="/common/forward_jsp.jsp" path="/common/forward_jsp.jsp" />
		<forward name="/common/null.html" path="/common/null.html" />
		<forward name="/common/null.jsp" path="/common/null.jsp" />
		<forward name="/common/referer_js.jsp" path="/common/referer_js.jsp" />
		<forward name="/common/referer_jsp.jsp" path="/common/referer_jsp.jsp" />
		<forward name="/portal/error" path="portal.error" />
		<forward name="/portal/portlet_access_denied" path="portal.portlet_access_denied" />
		<forward name="/portal/portlet_inactive" path="portal.portlet_inactive" />
		<forward name="/portal/portlet_not_setup" path="portal.portlet_not_setup" />
	</global-forwards>

	<!-- Action Mappings -->

	<action-mappings>

		<!-- Common -->

		<action path="/common/close" forward="/common/close.html" />

		<action path="/common/error" forward="/common/error.jsp" />

		<!-- Portal -->

		<action path="/portal/change_password" type="com.liferay.portal.action.ChangePasswordAction">
			<forward name="portal.change_password" path="portal.change_password" />
		</action>

		<action path="/portal/css_cached" type="com.liferay.portal.action.CSSCachedAction">
			<forward name="modified.jsp" path="/portal/css_cached.jsp" />
		</action>

		<action path="/portal/error" forward="portal.error" />

		<action path="/portal/expire_session" forward="/portal/expire_session.jsp" />

		<action path="/portal/extend_session" forward="/portal/extend_session.jsp" />

		<action path="/portal/extend_session_confirm" forward="portal.extend_session_confirm" />

		<action path="/portal/fckeditor" type="com.liferay.portal.editor.fckeditor.ConnectorAction" />

		<action path="/portal/flash" forward="/portal/flash.jsp" />

		<action path="/portal/j_login" forward="/portal/j_login.jsp" />

		<action path="/portal/j_login_error" forward="portal.j_login_error" />

		<action path="/portal/javascript_cached" type="com.liferay.portal.action.JavaScriptCachedAction">
			<forward name="modified.jsp" path="/portal/javascript_cached.jsp" />
		</action>

		<action path="/portal/json_service" type="com.liferay.portal.action.JSONServiceAction" />

		<action path="/portal/layout" type="com.liferay.portal.action.LayoutAction">
			<forward name="portal.layout" path="portal.layout" />
		</action>

		<action path="/portal/login" type="com.liferay.portal.action.LoginAction">
			<forward name="portal.login" path="portal.login" />
			<forward name="/portal/touch_protected.jsp" path="/portal/touch_protected.jsp" />
		</action>

		<action path="/portal/logout" type="com.liferay.portal.action.LogoutAction" />

		<action path="/portal/render_portlet" type="com.liferay.portal.action.RenderPortletAction">
			<forward name="/portal/render_portlet" path="/portal/render_portlet.jsp" />
		</action>

		<action path="/portal/reverse_ajax" type="com.liferay.portal.action.ReverseAjaxAction" />

		<action path="/portal/session_click" type="com.liferay.portal.action.SessionClickAction" />

		<action path="/portal/session_tree_js_click" type="com.liferay.portal.action.SessionTreeJSClickAction" />

		<action path="/portal/tck" type="com.liferay.portal.action.TCKAction" />

		<action path="/portal/terms_of_use" forward="portal.terms_of_use" />

		<action path="/portal/test" type="com.liferay.portal.action.TestAction">
			<forward name="portal.test" path="portal.test" />
		</action>

		<action path="/portal/test_redirect" type="com.liferay.portal.action.TestRedirectAction">
			<forward name="portal.test_redirect" path="/c/portal/test" redirect="true" />
		</action>

		<action path="/portal/touch_protected" forward="/portal/touch_protected.jsp" />

		<action path="/portal/update_layout" type="com.liferay.portal.action.UpdateLayoutAction" />

		<action path="/portal/update_terms_of_use" type="com.liferay.portal.action.UpdateTermsOfUseAction" />

		<action path="/portal/upload_progress_poller" forward="portal.upload_progress_poller" />

		<!-- Admin -->

		<action path="/admin/edit_address" type="com.liferay.portlet.enterpriseadmin.action.EditAddressAction">
			<forward name="portlet.enterprise_admin.edit_address" path="portlet.enterprise_admin.edit_address" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/admin/edit_email_address" type="com.liferay.portlet.enterpriseadmin.action.EditEmailAddressAction">
			<forward name="portlet.enterprise_admin.edit_email_address" path="portlet.enterprise_admin.edit_email_address" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/admin/edit_enterprise" type="com.liferay.portlet.admin.action.EditCompanyAction">
			<forward name="portlet.admin.error" path="portlet.admin.error" />
			<forward name="portlet.admin.view" path="portlet.admin.view" />
		</action>

		<action path="/admin/edit_enterprise_logo" type="com.liferay.portlet.admin.action.EditCompanyLogoAction">
			<forward name="portlet.admin.edit_enterprise_logo" path="portlet.admin.edit_enterprise_logo" />
			<forward name="portlet.admin.error" path="portlet.admin.error" />
		</action>

		<action path="/admin/edit_phone" type="com.liferay.portlet.enterpriseadmin.action.EditPhoneAction">
			<forward name="portlet.enterprise_admin.edit_phone" path="portlet.enterprise_admin.edit_phone" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/admin/edit_plugin_setting" type="com.liferay.portlet.admin.action.EditPluginSettingAction">
			<forward name="portlet.admin.edit_plugin_setting" path="portlet.admin.edit_plugin_setting" />
			<forward name="portlet.admin.error" path="portlet.admin.error" />
		</action>

		<action path="/admin/edit_portlet" type="com.liferay.portlet.admin.action.EditPortletAction">
			<forward name="portlet.admin.edit_portlet" path="portlet.admin.edit_portlet" />
			<forward name="portlet.admin.error" path="portlet.admin.error" />
		</action>

		<action path="/admin/edit_server" type="com.liferay.portlet.admin.action.EditServerAction">
			<forward name="portlet.admin.error" path="portlet.admin.error" />
		</action>

		<action path="/admin/edit_session" type="com.liferay.portlet.admin.action.EditSessionAction">
			<forward name="portlet.admin.edit_session" path="portlet.admin.edit_session" />
			<forward name="portlet.admin.error" path="portlet.admin.error" />
		</action>

		<action path="/admin/edit_users" type="com.liferay.portlet.admin.action.EditUsersAction">
			<forward name="portlet.admin.error" path="portlet.admin.error" />
			<forward name="portlet.admin.view" path="portlet.admin.view" />
		</action>

		<action path="/admin/edit_website" type="com.liferay.portlet.enterpriseadmin.action.EditWebsiteAction">
			<forward name="portlet.enterprise_admin.edit_website" path="portlet.enterprise_admin.edit_website" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/admin/view" forward="portlet.admin.view" />

		<!-- Alfresco Content -->

		<action path="/alfresco_content/edit_configuration" type="com.liferay.portlet.alfrescocontent.action.EditConfigurationAction">
			<forward name="portlet.alfresco_content.edit_configuration" path="portlet.alfresco_content.edit_configuration" />
		</action>

		<action path="/alfresco_content/view" type="com.liferay.portlet.alfrescocontent.action.ViewAction">
			<forward name="portlet.alfresco_content.view_1" path="portlet.alfresco_content.view_1" />
			<forward name="portlet.alfresco_content.view_2" path="portlet.alfresco_content.view_2" />
		</action>

		<!-- Amazon Rankings -->

		<action path="/amazon_rankings/edit_configuration" type="com.liferay.portlet.amazonrankings.action.EditConfigurationAction">
			<forward name="portlet.amazon_rankings.edit_configuration" path="portlet.amazon_rankings.edit_configuration" />
		</action>

		<action path="/amazon_rankings/view" forward="portlet.amazon_rankings.view" />

		<!-- Announcements -->

		<action path="/announcements/edit_configuration" type="com.liferay.portlet.announcements.action.EditConfigurationAction">
			<forward name="portlet.announcements.edit_configuration" path="portlet.announcements.edit_configuration" />
		</action>

		<action path="/announcements/view" type="com.liferay.portlet.announcements.action.ViewAction">
			<forward name="portlet.announcements.view" path="portlet.announcements.view" />
		</action>

		<!-- Blogs -->

		<action path="/blogs/edit_category" type="com.liferay.portlet.blogs.action.EditCategoryAction">
			<forward name="portlet.blogs.edit_category" path="portlet.blogs.edit_category" />
			<forward name="portlet.blogs.error" path="portlet.blogs.error" />
		</action>

		<action path="/blogs/edit_entry" type="com.liferay.portlet.blogs.action.EditEntryAction">
			<forward name="portlet.blogs.edit_entry" path="portlet.blogs.edit_entry" />
			<forward name="portlet.blogs.error" path="portlet.blogs.error" />
		</action>

		<action path="/blogs/edit_entry_discussion" type="com.liferay.portlet.messageboards.action.EditDiscussionAction">
			<forward name="portlet.message_boards.error" path="portlet.blogs.error" />
		</action>

		<action path="/blogs/find_entry" type="com.liferay.portlet.blogs.action.FindEntryAction" />

		<action path="/blogs/rss" type="com.liferay.portlet.blogs.action.RSSAction" />

		<action path="/blogs/search" forward="portlet.blogs.search" />

		<action path="/blogs/select_category" type="com.liferay.portlet.blogs.action.EditCategoryAction">
			<forward name="portlet.blogs.edit_category" path="portlet.blogs.select_category" />
			<forward name="portlet.blogs.error" path="portlet.blogs.error" />
		</action>

		<action path="/blogs/view" type="com.liferay.portlet.blogs.action.ViewAction">
			<forward name="portlet.blogs.error" path="portlet.blogs.error" />
			<forward name="portlet.blogs.view" path="portlet.blogs.view" />
		</action>

		<action path="/blogs/view_entry" type="com.liferay.portlet.blogs.action.EditEntryAction">
			<forward name="portlet.blogs.edit_entry" path="portlet.blogs.view_entry" />
			<forward name="portlet.blogs.error" path="portlet.blogs.error" />
		</action>

		<!-- Bookmarks -->

		<action path="/bookmarks/edit_folder" type="com.liferay.portlet.bookmarks.action.EditFolderAction">
			<forward name="portlet.bookmarks.edit_folder" path="portlet.bookmarks.edit_folder" />
			<forward name="portlet.bookmarks.error" path="portlet.bookmarks.error" />
		</action>

		<action path="/bookmarks/edit_entry" type="com.liferay.portlet.bookmarks.action.EditEntryAction">
			<forward name="portlet.bookmarks.edit_entry" path="portlet.bookmarks.edit_entry" />
			<forward name="portlet.bookmarks.error" path="portlet.bookmarks.error" />
		</action>

		<action path="/bookmarks/open_entry" type="com.liferay.portlet.bookmarks.action.OpenEntryAction" />

		<action path="/bookmarks/select_folder" type="com.liferay.portlet.bookmarks.action.EditFolderAction">
			<forward name="portlet.bookmarks.edit_folder" path="portlet.bookmarks.select_folder" />
			<forward name="portlet.bookmarks.error" path="portlet.bookmarks.error" />
		</action>

		<action path="/bookmarks/view" type="com.liferay.portlet.bookmarks.action.ViewAction">
			<forward name="portlet.bookmarks.error" path="portlet.bookmarks.error" />
			<forward name="portlet.bookmarks.view" path="portlet.bookmarks.view" />
		</action>

		<!-- Breadcrumb -->

		<action path="/breadcrumb/edit_configuration" type="com.liferay.portlet.breadcrumb.action.EditConfigurationAction">
			<forward name="portlet.breadcrumb.edit_configuration" path="portlet.breadcrumb.edit_configuration" />
			<forward name="portlet.breadcrumb.error" path="portlet.breadcrumb.error" />
		</action>

		<action path="/breadcrumb/view" forward="portlet.breadcrumb.view" />

		<!-- Calendar -->

		<action path="/calendar/edit_configuration" type="com.liferay.portlet.calendar.action.EditConfigurationAction">
			<forward name="portlet.calendar.edit_configuration" path="portlet.calendar.edit_configuration" />
			<forward name="portlet.calendar.error" path="portlet.calendar.error" />
		</action>

		<action path="/calendar/edit_event" type="com.liferay.portlet.calendar.action.EditEventAction">
			<forward name="portlet.calendar.edit_event" path="portlet.calendar.edit_event" />
			<forward name="portlet.calendar.error" path="portlet.calendar.error" />
		</action>

		<action path="/calendar/export" type="com.liferay.portlet.calendar.action.ExportAction" />

		<action path="/calendar/view" forward="portlet.calendar.view" />

		<action path="/calendar/view_event" type="com.liferay.portlet.calendar.action.EditEventAction">
			<forward name="portlet.calendar.edit_event" path="portlet.calendar.view_event" />
			<forward name="portlet.calendar.error" path="portlet.calendar.error" />
		</action>

		<!-- Chat -->

		<action path="/chat/roster" type="com.liferay.portlet.chat.action.RosterAction" />

		<action path="/chat/view" forward="portlet.chat.view" />

		<!-- Communities -->

		<action path="/communities/edit_community" type="com.liferay.portlet.communities.action.EditGroupAction">
			<forward name="portlet.communities.edit_community" path="portlet.communities.edit_community" />
			<forward name="portlet.communities.error" path="portlet.communities.error" />
		</action>

		<action path="/communities/edit_community_assignments" type="com.liferay.portlet.communities.action.EditGroupAssignmentsAction">
			<forward name="portlet.communities.edit_community_assignments" path="portlet.communities.edit_community_assignments" />
			<forward name="portlet.communities.error" path="portlet.communities.error" />
		</action>

		<action path="/communities/edit_pages" type="com.liferay.portlet.communities.action.EditPagesAction" name="communitiesPageForm" scope="request">
			<forward name="portlet.communities.edit_pages" path="portlet.communities.edit_pages" />
			<forward name="portlet.communities.error" path="portlet.communities.error" />
		</action>

		<action path="/communities/edit_user_roles" type="com.liferay.portlet.communities.action.EditUserRolesAction">
			<forward name="portlet.communities.edit_user_roles" path="portlet.communities.edit_user_roles" />
			<forward name="portlet.communities.error" path="portlet.communities.error" />
		</action>

		<action path="/communities/edit_user_permissions" type="com.liferay.portlet.communities.action.EditUserPermissionsAction">
			<forward name="portlet.communities.edit_user_permissions" path="portlet.communities.edit_user_permissions" />
			<forward name="portlet.communities.error" path="portlet.communities.error" />
		</action>

		<action path="/communities/export_pages" type="com.liferay.portlet.communities.action.ExportPagesAction" />

		<action path="/communities/import_pages" type="com.liferay.portlet.communities.action.ImportPagesAction">
			<forward name="portlet.communities.edit_pages" path="portlet.communities.edit_pages" />
			<forward name="portlet.communities.error" path="portlet.communities.error" />
		</action>

		<action path="/communities/page" type="com.liferay.portlet.myplaces.action.ViewAction" />

		<action path="/communities/view" forward="portlet.communities.view" />

		<!-- Countdown -->

		<action path="/countdown/edit" forward="portlet.countdown.edit" />

		<action path="/countdown/view" forward="portlet.countdown.view" />

		<!-- CSZ Search -->

		<action path="/csz_search/view" forward="portlet.csz_search.view" />

		<!-- Currency Converter -->

		<action path="/currency_converter/edit" type="com.liferay.portlet.currencyconverter.action.EditPreferencesAction">
			<forward name="portlet.currency_converter.edit" path="portlet.currency_converter.edit" />
		</action>

		<action path="/currency_converter/view" forward="portlet.currency_converter.view" />

		<!-- Directory -->

		<action path="/directory/edit_location" type="com.liferay.portlet.enterpriseadmin.action.EditLocationAction">
			<forward name="portlet.enterprise_admin.edit_organization" path="portlet.enterprise_admin.edit_location" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/directory/edit_organization" type="com.liferay.portlet.enterpriseadmin.action.EditOrganizationAction">
			<forward name="portlet.enterprise_admin.edit_organization" path="portlet.enterprise_admin.edit_organization" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/directory/edit_user" type="com.liferay.portlet.enterpriseadmin.action.EditUserAction">
			<forward name="portlet.enterprise_admin.edit_user" path="portlet.enterprise_admin.edit_user" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/directory/view" forward="portlet.enterprise_admin.view" />

		<!-- Document Library -->

		<action path="/document_library/edit_configuration" type="com.liferay.portlet.documentlibrary.action.EditConfigurationAction">
			<forward name="portlet.document_library.edit_configuration" path="portlet.document_library.edit_configuration" />
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
		</action>

		<action path="/document_library/edit_file_entry" type="com.liferay.portlet.documentlibrary.action.EditFileEntryAction" name="documentLibraryFileEntryForm">
			<forward name="portlet.document_library.edit_file_entry" path="portlet.document_library.edit_file_entry" />
			<forward name="portlet.document_library.edit_file_entry_form" path="portlet.document_library.edit_file_entry_form" />
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
		</action>

		<action path="/document_library/edit_file_entry_discussion" type="com.liferay.portlet.messageboards.action.EditDiscussionAction">
			<forward name="portlet.message_boards.error" path="portlet.document_library.error" />
		</action>

		<action path="/document_library/edit_file_shortcut" type="com.liferay.portlet.documentlibrary.action.EditFileShortcutAction">
			<forward name="portlet.document_library.edit_file_shortcut" path="portlet.document_library.edit_file_shortcut" />
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
		</action>

		<action path="/document_library/edit_folder" type="com.liferay.portlet.documentlibrary.action.EditFolderAction">
			<forward name="portlet.document_library.edit_folder" path="portlet.document_library.edit_folder" />
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
		</action>

		<action path="/document_library/get_file" type="com.liferay.portlet.documentlibrary.action.GetFileAction" />

		<action path="/document_library/rate_file_entry" type="com.liferay.portlet.ratings.action.RateEntryAction" />

		<action path="/document_library/search" forward="portlet.document_library.search" />

		<action path="/document_library/select_file_entry" type="com.liferay.portlet.documentlibrary.action.ViewAction">
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
			<forward name="portlet.document_library.view" path="portlet.document_library.select_file_entry" />
		</action>

		<action path="/document_library/select_folder" type="com.liferay.portlet.documentlibrary.action.EditFolderAction">
			<forward name="portlet.document_library.edit_folder" path="portlet.document_library.select_folder" />
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
		</action>

		<action path="/document_library/select_group" forward="portlet.document_library.select_group" />

		<action path="/document_library/view" type="com.liferay.portlet.documentlibrary.action.ViewAction">
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
			<forward name="portlet.document_library.view" path="portlet.document_library.view" />
		</action>

		<action path="/document_library/view_file_entry" type="com.liferay.portlet.documentlibrary.action.EditFileEntryAction">
			<forward name="portlet.document_library.edit_file_entry" path="portlet.document_library.edit_file_entry" />
			<forward name="portlet.document_library.edit_file_entry_form" path="portlet.document_library.edit_file_entry_form" />
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
		</action>

		<action path="/document_library/view_file_shortcut" type="com.liferay.portlet.documentlibrary.action.EditFileShortcutAction">
			<forward name="portlet.document_library.edit_file_shortcut" path="portlet.document_library.edit_file_shortcut" />
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
		</action>

		<!-- Document Library Display -->

		<action path="/document_library_display/edit_configuration" type="com.liferay.portlet.documentlibrary.action.EditConfigurationAction">
			<forward name="portlet.document_library.edit_configuration" path="portlet.document_library.edit_configuration" />
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
		</action>

		<action path="/document_library_display/get_file" type="com.liferay.portlet.documentlibrary.action.GetFileAction" />

		<action path="/document_library_display/view" type="com.liferay.portlet.documentlibrary.action.ViewAction">
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
			<forward name="portlet.document_library.view" path="portlet.document_library.view" />
		</action>

		<!-- Enterprise Admin -->

		<!-- added by Atul Patel -->
		<action path="/enterprise_admin/edit_subcompany" type="com.liferay.portlet.enterpriseadmin.action.EditSubCompanyAction">
			<forward name="portlet.enterprise_admin.edit_subcompany" path="portlet.enterprise_admin.edit_subcompany" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>
		<!-- end additions -->

		<action path="/enterprise_admin/edit_address" type="com.liferay.portlet.enterpriseadmin.action.EditAddressAction">
			<forward name="portlet.enterprise_admin.edit_address" path="portlet.enterprise_admin.edit_address" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_email_address" type="com.liferay.portlet.enterpriseadmin.action.EditEmailAddressAction">
			<forward name="portlet.enterprise_admin.edit_email_address" path="portlet.enterprise_admin.edit_email_address" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_location" type="com.liferay.portlet.enterpriseadmin.action.EditLocationAction">
			<forward name="portlet.enterprise_admin.edit_organization" path="portlet.enterprise_admin.edit_location" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_org_labor" type="com.liferay.portlet.enterpriseadmin.action.EditOrgLaborAction">
			<forward name="portlet.enterprise_admin.edit_org_labor" path="portlet.enterprise_admin.edit_org_labor" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_organization" type="com.liferay.portlet.enterpriseadmin.action.EditOrganizationAction">
			<forward name="portlet.enterprise_admin.edit_organization" path="portlet.enterprise_admin.edit_organization" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_password_policy" type="com.liferay.portlet.enterpriseadmin.action.EditPasswordPolicyAction">
			<forward name="portlet.enterprise_admin.edit_password_policy" path="portlet.enterprise_admin.edit_password_policy" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_password_policy_assignments" type="com.liferay.portlet.enterpriseadmin.action.EditPasswordPolicyAssignmentsAction">
			<forward name="portlet.enterprise_admin.edit_password_policy_assignments" path="portlet.enterprise_admin.edit_password_policy_assignments" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_permission" type="com.liferay.portlet.enterpriseadmin.action.EditPermissionAction">
			<forward name="portlet.enterprise_admin.edit_permission_action" path="portlet.enterprise_admin.edit_permission_action" />
			<forward name="portlet.enterprise_admin.edit_permission_communities" path="portlet.enterprise_admin.edit_permission_communities" />
			<forward name="portlet.enterprise_admin.edit_permission_resource" path="portlet.enterprise_admin.edit_permission_resource" />
			<forward name="portlet.enterprise_admin.edit_permission_summary" path="portlet.enterprise_admin.edit_permission_summary" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_phone" type="com.liferay.portlet.enterpriseadmin.action.EditPhoneAction">
			<forward name="portlet.enterprise_admin.edit_phone" path="portlet.enterprise_admin.edit_phone" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_role" type="com.liferay.portlet.enterpriseadmin.action.EditRoleAction">
			<forward name="portlet.enterprise_admin.edit_role" path="portlet.enterprise_admin.edit_role" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_role_assignments" type="com.liferay.portlet.enterpriseadmin.action.EditRoleAssignmentsAction">
			<forward name="portlet.enterprise_admin.edit_role_assignments" path="portlet.enterprise_admin.edit_role_assignments" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_role_permissions" type="com.liferay.portlet.enterpriseadmin.action.EditRolePermissionsAction">
			<forward name="portlet.enterprise_admin.edit_role_permissions" path="portlet.enterprise_admin.edit_role_permissions" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_user" type="com.liferay.portlet.enterpriseadmin.action.EditUserAction">
			<forward name="portlet.enterprise_admin.edit_user" path="portlet.enterprise_admin.edit_user" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_user_group" type="com.liferay.portlet.enterpriseadmin.action.EditUserGroupAction">
			<forward name="portlet.enterprise_admin.edit_user_group" path="portlet.enterprise_admin.edit_user_group" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_user_group_assignments" type="com.liferay.portlet.enterpriseadmin.action.EditUserGroupAssignmentsAction">
			<forward name="portlet.enterprise_admin.edit_user_group_assignments" path="portlet.enterprise_admin.edit_user_group_assignments" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_user_portrait" type="com.liferay.portlet.enterpriseadmin.action.EditUserPortraitAction">
			<forward name="portlet.enterprise_admin.edit_user_portrait" path="portlet.enterprise_admin.edit_user_portrait" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/edit_website" type="com.liferay.portlet.enterpriseadmin.action.EditWebsiteAction">
			<forward name="portlet.enterprise_admin.edit_website" path="portlet.enterprise_admin.edit_website" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/enterprise_admin/select_location" forward="portlet.enterprise_admin.select_location" />

		<action path="/enterprise_admin/select_organization" forward="portlet.enterprise_admin.select_organization" />

		<action path="/enterprise_admin/view" forward="portlet.enterprise_admin.view" />

		<!-- Flash -->

		<action path="/flash/edit_configuration" type="com.liferay.portlet.flash.action.EditConfigurationAction">
			<forward name="portlet.flash.edit_configuration" path="portlet.flash.edit_configuration" />
		</action>

		<action path="/flash/view" type="com.liferay.portlet.flash.action.ViewAction">
			<forward name="portlet.flash.view" path="portlet.flash.view" />
		</action>

		<!-- Games -->

		<action path="/games/edit_configuration" type="com.liferay.portlet.games.action.EditConfigurationAction">
			<forward name="portlet.games.edit_configuration" path="portlet.games.edit_configuration" />
		</action>

		<action path="/games/view" forward="portlet.games.view" />

		<!-- Global Prayer Digest -->

		<action path="/global_prayer_digest/view" type="com.liferay.portlet.globalprayerdigest.action.ViewAction">
			<forward name="portlet.iframe.view" path="portlet.iframe.view" />
		</action>

		<!-- Google -->

		<action path="/google/cached" type="com.liferay.portlet.google.action.CachedAction">
			<forward name="portlet.google.cached" path="/portlet/google/cached.jsp" />
			<forward name="portlet.google.error" path="portlet.google.error" />
		</action>

		<action path="/google/edit" type="com.liferay.portlet.google.action.EditPreferencesAction">
			<forward name="portlet.google.edit" path="portlet.google.edit" />
		</action>

		<action path="/google/search" type="com.liferay.portlet.google.action.SearchAction">
			<forward name="portlet.google.error" path="portlet.google.error" />
			<forward name="portlet.google.search" path="portlet.google.search" />
		</action>

		<action path="/google/spell" type="com.liferay.portlet.google.action.SpellAction">
			<forward name="portlet.google.error" path="portlet.google.error" />
			<forward name="portlet.google.spell" path="portlet.google.spell" />
		</action>

		<action path="/google/view" forward="portlet.google.view" />

		<!-- Google AdSense -->

		<action path="/google_adsense/edit_configuration" type="com.liferay.portlet.googleadsense.action.EditConfigurationAction">
			<forward name="portlet.google_adsense.edit_configuration" path="portlet.google_adsense.edit_configuration" />
		</action>

		<action path="/google_adsense/view" forward="portlet.google_adsense.view" />

		<!-- Google Gadget -->

		<action path="/google_gadget/edit_configuration" type="com.liferay.portlet.googlegadget.action.EditConfigurationAction">
			<forward name="portlet.google_gadget.edit_configuration" path="portlet.google_gadget.edit_configuration" />
		</action>

		<action path="/google_gadget/view" forward="portlet.google_gadget.view" />

		<!-- Google Maps -->

		<action path="/google_maps/edit_configuration" type="com.liferay.portlet.googlemaps.action.EditConfigurationAction">
			<forward name="portlet.google_maps.edit_configuration" path="portlet.google_maps.edit_configuration" />
		</action>

		<action path="/google_maps/save_directions_address" type="com.liferay.portlet.googlemaps.action.SaveDirectionsAddressAction" />

		<action path="/google_maps/save_map_address" type="com.liferay.portlet.googlemaps.action.SaveMapAddressAction" />

		<action path="/google_maps/view" forward="portlet.google_maps.view"  />

		<!-- IFrame -->

		<action path="/iframe/edit_configuration" type="com.liferay.portlet.iframe.action.EditConfigurationAction">
			<forward name="portlet.iframe.edit_configuration" path="portlet.iframe.edit_configuration" />
		</action>

		<action path="/iframe/proxy" forward="/portlet/iframe/proxy.jsp" />

		<action path="/iframe/view" type="com.liferay.portlet.iframe.action.ViewAction">
			<forward name="portlet.iframe.view" path="portlet.iframe.view" />
		</action>

		<!-- Image Gallery -->

		<action path="/image_gallery/edit_folder" type="com.liferay.portlet.imagegallery.action.EditFolderAction">
			<forward name="portlet.image_gallery.edit_folder" path="portlet.image_gallery.edit_folder" />
			<forward name="portlet.image_gallery.error" path="portlet.image_gallery.error" />
		</action>

		<action path="/image_gallery/edit_image" type="com.liferay.portlet.imagegallery.action.EditImageAction">
			<forward name="portlet.image_gallery.edit_image" path="portlet.image_gallery.edit_image" />
			<forward name="portlet.image_gallery.edit_image_form" path="portlet.image_gallery.edit_image_form" />
			<forward name="portlet.image_gallery.error" path="portlet.image_gallery.error" />
		</action>

		<action path="/image_gallery/select_folder" type="com.liferay.portlet.imagegallery.action.EditFolderAction">
			<forward name="portlet.image_gallery.edit_folder" path="portlet.image_gallery.select_folder" />
			<forward name="portlet.image_gallery.error" path="portlet.image_gallery.error" />
		</action>

		<action path="/image_gallery/view" type="com.liferay.portlet.imagegallery.action.ViewAction">
			<forward name="portlet.image_gallery.error" path="portlet.image_gallery.error" />
			<forward name="portlet.image_gallery.view" path="portlet.image_gallery.view" />
		</action>

		<action path="/image_gallery/view_slide_show" type="com.liferay.portlet.imagegallery.action.ViewSlideShowAction">
			<forward name="portlet.image_gallery.error" path="portlet.image_gallery.error" />
			<forward name="portlet.image_gallery.view_slide_show" path="portlet.image_gallery.view_slide_show" />
		</action>

		<!-- Invitation -->

		<action path="/invitation/edit_configuration" type="com.liferay.portlet.invitation.action.EditConfigurationAction">
			<forward name="portlet.invitation.edit_configuration" path="portlet.invitation.edit_configuration" />
		</action>

		<action path="/invitation/view" type="com.liferay.portlet.invitation.action.ViewAction">
			<forward name="portlet.invitation.view" path="portlet.invitation.view" />
		</action>

		<!-- Journal -->

		<action path="/journal/edit_article" type="com.liferay.portlet.journal.action.EditArticleAction">
			<forward name="portlet.journal.edit_article" path="portlet.journal.edit_article" />
			<forward name="portlet.journal.error" path="portlet.journal.error" />
		</action>

		<action path="/journal/edit_article_discussion" type="com.liferay.portlet.messageboards.action.EditDiscussionAction" />

		<action path="/journal/edit_configuration" type="com.liferay.portlet.journal.action.EditConfigurationAction">
			<forward name="portlet.journal.edit_configuration" path="portlet.journal.edit_configuration" />
			<forward name="portlet.journal.error" path="portlet.journal.error" />
		</action>

		<action path="/journal/edit_structure" type="com.liferay.portlet.journal.action.EditStructureAction">
			<forward name="portlet.journal.edit_structure" path="portlet.journal.edit_structure" />
			<forward name="portlet.journal.error" path="portlet.journal.error" />
		</action>

		<action path="/journal/edit_structure_xsd" forward="portlet.journal.edit_structure_xsd" />

		<action path="/journal/edit_template" type="com.liferay.portlet.journal.action.EditTemplateAction">
			<forward name="portlet.journal.edit_template" path="portlet.journal.edit_template" />
			<forward name="portlet.journal.error" path="portlet.journal.error" />
		</action>

		<action path="/journal/edit_template_xsl" forward="portlet.journal.edit_template_xsl" />

		<action path="/journal/export" type="com.liferay.portlet.journal.action.ExportAction" />

		<action path="/journal/get_article_content" type="com.liferay.portlet.journal.action.GetArticleContentAction" />

		<action path="/journal/get_articles" type="com.liferay.portlet.journal.action.GetArticlesAction" />

		<action path="/journal/get_latest_article_content" type="com.liferay.portlet.journal.action.GetLatestArticleContentAction" />

		<action path="/journal/get_structure" type="com.liferay.portlet.journal.action.GetStructureAction" />

		<action path="/journal/get_template" type="com.liferay.portlet.journal.action.GetTemplateAction" />

		<action path="/journal/rate_article" type="com.liferay.portlet.ratings.action.RateEntryAction" />

		<action path="/journal/select_document_library" type="com.liferay.portlet.documentlibrary.action.ViewAction">
			<forward name="portlet.document_library.error" path="portlet.document_library.error" />
			<forward name="portlet.document_library.view" path="portlet.journal.select_document_library" />
		</action>

		<action path="/journal/select_image_gallery" type="com.liferay.portlet.imagegallery.action.ViewAction">
			<forward name="portlet.image_gallery.error" path="portlet.image_gallery.error" />
			<forward name="portlet.image_gallery.view" path="portlet.journal.select_image_gallery" />
		</action>

		<action path="/journal/select_structure" forward="portlet.journal.select_structure" />

		<action path="/journal/select_template" forward="portlet.journal.select_template" />

		<action path="/journal/view" forward="portlet.journal.view" />

		<action path="/journal/view_article_content" type="com.liferay.portlet.journal.action.ViewArticleContentAction">
			<forward name="portlet.journal.view_article_content" path="/portlet/journal/view_article_content.jsp" />
		</action>

		<!-- Journal Articles -->

		<action path="/journal_articles/edit_configuration" type="com.liferay.portlet.journalarticles.action.EditConfigurationAction">
			<forward name="portlet.journal_articles.edit_configuration" path="portlet.journal_articles.edit_configuration" />
		</action>

		<action path="/journal_articles/view" type="com.liferay.portlet.journalarticles.action.ViewAction">
			<forward name="portlet.journal_articles.view" path="portlet.journal_articles.view" />
		</action>

		<action path="/journal_articles/view_article_content" type="com.liferay.portlet.journal.action.ViewArticleContentAction">
			<forward name="portlet.journal.view_article_content" path="/portlet/journal/view_article_content.jsp" />
		</action>

		<!-- Journal Content -->

		<action path="/journal_content/edit_article_discussion" type="com.liferay.portlet.messageboards.action.EditDiscussionAction" />

		<action path="/journal_content/edit_configuration" type="com.liferay.portlet.journalcontent.action.EditConfigurationAction">
			<forward name="portlet.journal_content.edit_configuration" path="portlet.journal_content.edit_configuration" />
		</action>

		<action path="/journal_content/rate_article" type="com.liferay.portlet.ratings.action.RateEntryAction" />

		<action path="/journal_content/view" type="com.liferay.portlet.journalcontent.action.ViewAction">
			<forward name="portlet.journal_content.view" path="portlet.journal_content.view" />
		</action>

		<!-- Journal Content Search -->

		<action path="/journal_content_search/edit_configuration" type="com.liferay.portlet.journalcontentsearch.action.EditConfigurationAction">
			<forward name="portlet.journal_content_search.edit_configuration" path="portlet.journal_content_search.edit_configuration" />
		</action>

		<action path="/journal_content_search/search" type="com.liferay.portlet.journalcontentsearch.action.SearchAction">
			<forward name="portlet.journal_content_search.search" path="portlet.journal_content_search.search" />
		</action>

		<action path="/journal_content_search/view" forward="portlet.journal_content_search.view" />

		<!-- Language -->

		<action path="/language/edit_configuration" type="com.liferay.portlet.language.action.EditConfigurationAction">
			<forward name="portlet.language.edit_configuration" path="portlet.language.edit_configuration" />
			<forward name="portlet.language.error" path="portlet.language.error" />
		</action>

		<action path="/language/view" type="com.liferay.portlet.language.action.ViewAction">
			<forward name="portlet.language.view" path="portlet.language.view" />
		</action>

		<!-- Layout Configuration -->

		<action path="/layout_configuration/templates" forward="portlet.layout_configuration.templates" />

		<action path="/layout_configuration/view" forward="portlet.layout_configuration.view" />

		<!-- Layout Management -->

		<action path="/layout_management/edit_pages" type="com.liferay.portlet.communities.action.EditPagesAction" name="communitiesPageForm">
			<forward name="portlet.communities.edit_pages" path="portlet.communities.edit_pages" />
			<forward name="portlet.communities.error" path="portlet.communities.error" />
		</action>

		<action path="/layout_management/export_pages" type="com.liferay.portlet.communities.action.ExportPagesAction" />

		<action path="/layout_management/update_page" type="com.liferay.portlet.communities.action.UpdatePageAction" />

		<!-- Location Admin -->

		<action path="/location_admin/edit_address" type="com.liferay.portlet.enterpriseadmin.action.EditAddressAction">
			<forward name="portlet.enterprise_admin.edit_address" path="portlet.enterprise_admin.edit_address" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_email_address" type="com.liferay.portlet.enterpriseadmin.action.EditEmailAddressAction">
			<forward name="portlet.enterprise_admin.edit_email_address" path="portlet.enterprise_admin.edit_email_address" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_location" type="com.liferay.portlet.enterpriseadmin.action.EditLocationAction">
			<forward name="portlet.enterprise_admin.edit_organization" path="portlet.enterprise_admin.edit_location" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_org_labor" type="com.liferay.portlet.enterpriseadmin.action.EditOrgLaborAction">
			<forward name="portlet.enterprise_admin.edit_org_labor" path="portlet.enterprise_admin.edit_org_labor" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_organization" type="com.liferay.portlet.enterpriseadmin.action.EditOrganizationAction">
			<forward name="portlet.enterprise_admin.edit_organization" path="portlet.enterprise_admin.edit_organization" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_phone" type="com.liferay.portlet.enterpriseadmin.action.EditPhoneAction">
			<forward name="portlet.enterprise_admin.edit_phone" path="portlet.enterprise_admin.edit_phone" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_service" type="com.liferay.portlet.enterpriseadmin.action.EditServiceAction">
			<forward name="portlet.enterprise_admin.edit_service" path="portlet.enterprise_admin.edit_service" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_user" type="com.liferay.portlet.enterpriseadmin.action.EditUserAction">
			<forward name="portlet.enterprise_admin.edit_user" path="portlet.enterprise_admin.edit_user" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_user_group" type="com.liferay.portlet.enterpriseadmin.action.EditUserGroupAction">
			<forward name="portlet.enterprise_admin.edit_user_group" path="portlet.enterprise_admin.edit_user_group" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_user_group_assignments" type="com.liferay.portlet.enterpriseadmin.action.EditUserGroupAssignmentsAction">
			<forward name="portlet.enterprise_admin.edit_user_group_assignments" path="portlet.enterprise_admin.edit_user_group_assignments" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_user_portrait" type="com.liferay.portlet.enterpriseadmin.action.EditUserPortraitAction">
			<forward name="portlet.enterprise_admin.edit_user_portrait" path="portlet.enterprise_admin.edit_user_portrait" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/edit_website" type="com.liferay.portlet.enterpriseadmin.action.EditWebsiteAction">
			<forward name="portlet.enterprise_admin.edit_website" path="portlet.enterprise_admin.edit_website" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/location_admin/view" forward="portlet.enterprise_admin.view" />

		<!-- Login -->

		<action path="/login/view" type="com.liferay.portlet.login.action.ViewAction">
			<forward name="portlet.login.view" path="portlet.login.view" />
		</action>

		<!-- Mail -->

		<action path="/mail/action" type="com.liferay.portlet.mail.action.MailAction" />

		<action path="/mail/edit" type="com.liferay.portlet.mail.action.EditPreferencesAction">
			<forward name="portlet.mail.edit" path="portlet.mail.edit" />
		</action>

		<action path="/mail/edit_message" type="com.liferay.portlet.mail.action.EditMessageAction">
			<forward name="portlet.mail.edit_message" path="portlet.mail.edit_message" />
		</action>

		<action path="/mail/get_attachment" type="com.liferay.portlet.mail.action.GetAttachmentAction" />

		<action path="/mail/register" type="com.liferay.portlet.mail.action.RegisterAction">
			<forward name="portlet.mail.register" path="portlet.mail.register" />
		</action>

		<action path="/mail/view" forward="portlet.mail.view" />

		<action path="/mail/view_message" forward="/portlet/mail/view_message.jsp" />

		<!-- Maps -->

		<action path="/maps/view" forward="portlet.maps.view" name="mapsMapsForm" scope="request" />

		<!-- Message Boards -->

		<action path="/message_boards/ban_user" type="com.liferay.portlet.messageboards.action.BanUserAction">
			<forward name="portlet.message_boards.error" path="portlet.message_boards.error" />
		</action>

		<action path="/message_boards/captcha" type="com.liferay.portal.captcha.CaptchaAction" />

		<action path="/message_boards/edit" type="com.liferay.portlet.messageboards.action.EditPreferencesAction">
			<forward name="portlet.message_boards.edit" path="portlet.message_boards.edit" />
		</action>

		<action path="/message_boards/edit_category" type="com.liferay.portlet.messageboards.action.EditCategoryAction">
			<forward name="portlet.message_boards.edit_category" path="portlet.message_boards.edit_category" />
			<forward name="portlet.message_boards.error" path="portlet.message_boards.error" />
		</action>

		<action path="/message_boards/edit_configuration" type="com.liferay.portlet.messageboards.action.EditConfigurationAction">
			<forward name="portlet.message_boards.edit_configuration" path="portlet.message_boards.edit_configuration" />
			<forward name="portlet.message_boards.error" path="portlet.message_boards.error" />
		</action>

		<action path="/message_boards/edit_message" type="com.liferay.portlet.messageboards.action.EditMessageAction">
			<forward name="portlet.message_boards.edit_message" path="portlet.message_boards.edit_message" />
			<forward name="portlet.message_boards.error" path="portlet.message_boards.error" />
		</action>

		<action path="/message_boards/edit_topic" type="com.liferay.portlet.messageboards.action.EditTopicAction">
			<forward name="portlet.message_boards.edit_topic" path="portlet.message_boards.edit_topic" />
			<forward name="portlet.message_boards.error" path="portlet.message_boards.error" />
		</action>

		<action path="/message_boards/find_category" type="com.liferay.portlet.messageboards.action.FindCategoryAction" />

		<action path="/message_boards/find_message" type="com.liferay.portlet.messageboards.action.FindMessageAction" />

		<action path="/message_boards/find_thread" type="com.liferay.portlet.messageboards.action.FindThreadAction" />

		<action path="/message_boards/get_message_attachment" type="com.liferay.portlet.messageboards.action.GetMessageAttachmentAction" />

		<action path="/message_boards/rss" type="com.liferay.portlet.messageboards.action.RSSAction" />

		<action path="/message_boards/search" forward="portlet.message_boards.search" />

		<action path="/message_boards/select_category" type="com.liferay.portlet.messageboards.action.EditCategoryAction">
			<forward name="portlet.message_boards.edit_category" path="portlet.message_boards.select_category" />
			<forward name="portlet.message_boards.error" path="portlet.message_boards.error" />
		</action>

		<action path="/message_boards/view" type="com.liferay.portlet.messageboards.action.ViewAction">
			<forward name="portlet.message_boards.error" path="portlet.message_boards.error" />
			<forward name="portlet.message_boards.view" path="portlet.message_boards.view" />
		</action>

		<action path="/message_boards/view_message" type="com.liferay.portlet.messageboards.action.ViewMessageAction">
			<forward name="portlet.message_boards.error" path="portlet.message_boards.error" />
			<forward name="portlet.message_boards.view_message" path="portlet.message_boards.view_message" />
		</action>

		<action path="/message_boards/view_topic" type="com.liferay.portlet.messageboards.action.ViewTopicAction">
			<forward name="portlet.message_boards.error" path="portlet.message_boards.error" />
			<forward name="portlet.message_boards.view_topic" path="portlet.message_boards.view_topic" />
		</action>

		<!-- Messaging -->

		<action path="/messaging/action" type="com.liferay.portlet.messaging.action.MessagingAction">
			<forward name="portlet.messaging.chatbox" path="portlet.messaging.chatbox" />
		</action>

		<!-- My Account -->

		<action path="/my_account/captcha" type="com.liferay.portal.captcha.CaptchaAction" />

		<action path="/my_account/create_account" type="com.liferay.portlet.myaccount.action.AddUserAction">
			<forward name="portlet.my_account.create_account" path="portlet.my_account.create_account" />
		</action>

		<action path="/my_account/edit_address" type="com.liferay.portlet.enterpriseadmin.action.EditAddressAction">
			<forward name="portlet.enterprise_admin.edit_address" path="portlet.enterprise_admin.edit_address" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/my_account/edit_email_address" type="com.liferay.portlet.enterpriseadmin.action.EditEmailAddressAction">
			<forward name="portlet.enterprise_admin.edit_email_address" path="portlet.enterprise_admin.edit_email_address" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/my_account/edit_location" type="com.liferay.portlet.enterpriseadmin.action.EditLocationAction">
			<forward name="portlet.enterprise_admin.edit_organization" path="portlet.enterprise_admin.edit_location" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/my_account/edit_organization" type="com.liferay.portlet.enterpriseadmin.action.EditOrganizationAction">
			<forward name="portlet.enterprise_admin.edit_organization" path="portlet.enterprise_admin.edit_organization" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/my_account/edit_pages" type="com.liferay.portlet.communities.action.EditPagesAction" name="communitiesPageForm">
			<forward name="portlet.communities.edit_pages" path="portlet.communities.edit_pages" />
			<forward name="portlet.communities.error" path="portlet.communities.error" />
		</action>

		<action path="/my_account/edit_phone" type="com.liferay.portlet.enterpriseadmin.action.EditPhoneAction">
			<forward name="portlet.enterprise_admin.edit_phone" path="portlet.enterprise_admin.edit_phone" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/my_account/edit_user" type="com.liferay.portlet.myaccount.action.EditUserAction">
			<forward name="portlet.enterprise_admin.edit_user" path="portlet.enterprise_admin.edit_user" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/my_account/edit_user_portrait" type="com.liferay.portlet.enterpriseadmin.action.EditUserPortraitAction">
			<forward name="portlet.enterprise_admin.edit_user_portrait" path="portlet.enterprise_admin.edit_user_portrait" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/my_account/edit_website" type="com.liferay.portlet.enterpriseadmin.action.EditWebsiteAction">
			<forward name="portlet.enterprise_admin.edit_website" path="portlet.enterprise_admin.edit_website" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/my_account/export_pages" type="com.liferay.portlet.communities.action.ExportPagesAction" />

		<action path="/my_account/import_pages" type="com.liferay.portlet.communities.action.ImportPagesAction">
			<forward name="portlet.communities.edit_pages" path="portlet.communities.edit_pages" />
			<forward name="portlet.communities.error" path="portlet.communities.error" />
		</action>

		<action path="/my_account/view" type="com.liferay.portlet.myaccount.action.ViewAction">
			<forward name="portlet.my_account.view" path="portlet.my_account.view" />
		</action>

		<!-- My Community Tags -->

		<action path="/my_community_tags/edit" type="com.liferay.portlet.mycommunitytags.action.EditPreferencesAction">
			<forward name="portlet.my_community_tags.edit" path="portlet.my_community_tags.edit" />
		</action>

		<action path="/my_community_tags/view" forward="portlet.my_community_tags.view" />

		<!-- My Global Tags -->

		<action path="/my_global_tags/edit" type="com.liferay.portlet.myglobaltags.action.EditPreferencesAction">
			<forward name="portlet.my_global_tags.edit" path="portlet.my_global_tags.edit" />
		</action>

		<action path="/my_global_tags/view" forward="portlet.my_global_tags.view" />

		<!-- My Places -->

		<action path="/my_places/view" type="com.liferay.portlet.myplaces.action.ViewAction">
			<forward name="portlet.my_places.view" path="portlet.my_places.view" />
		</action>

		<!-- Navigation -->

		<action path="/navigation/edit_configuration" type="com.liferay.portlet.navigation.action.EditConfigurationAction">
			<forward name="portlet.navigation.edit_configuration" path="portlet.navigation.edit_configuration" />
		</action>

		<action path="/navigation/view" forward="portlet.navigation.view" />

		<!-- Network -->

		<action path="/network/view" forward="portlet.network.view" />

		<!-- News -->

		<action path="/news/edit" type="com.liferay.portlet.news.action.EditPreferencesAction">
			<forward name="portlet.news.edit" path="portlet.news.edit" />
		</action>

		<action path="/news/view" forward="portlet.news.view" />

		<!-- Organization Admin -->

		<action path="/organization_admin/edit_address" type="com.liferay.portlet.enterpriseadmin.action.EditAddressAction">
			<forward name="portlet.enterprise_admin.edit_address" path="portlet.enterprise_admin.edit_address" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_email_address" type="com.liferay.portlet.enterpriseadmin.action.EditEmailAddressAction">
			<forward name="portlet.enterprise_admin.edit_email_address" path="portlet.enterprise_admin.edit_email_address" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_location" type="com.liferay.portlet.enterpriseadmin.action.EditLocationAction">
			<forward name="portlet.enterprise_admin.edit_organization" path="portlet.enterprise_admin.edit_location" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_org_labor" type="com.liferay.portlet.enterpriseadmin.action.EditOrgLaborAction">
			<forward name="portlet.enterprise_admin.edit_org_labor" path="portlet.enterprise_admin.edit_org_labor" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_organization" type="com.liferay.portlet.enterpriseadmin.action.EditOrganizationAction">
			<forward name="portlet.enterprise_admin.edit_organization" path="portlet.enterprise_admin.edit_organization" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_phone" type="com.liferay.portlet.enterpriseadmin.action.EditPhoneAction">
			<forward name="portlet.enterprise_admin.edit_phone" path="portlet.enterprise_admin.edit_phone" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_service" type="com.liferay.portlet.enterpriseadmin.action.EditServiceAction">
			<forward name="portlet.enterprise_admin.edit_service" path="portlet.enterprise_admin.edit_service" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_user" type="com.liferay.portlet.enterpriseadmin.action.EditUserAction">
			<forward name="portlet.enterprise_admin.edit_user" path="portlet.enterprise_admin.edit_user" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_user_group" type="com.liferay.portlet.enterpriseadmin.action.EditUserGroupAction">
			<forward name="portlet.enterprise_admin.edit_user_group" path="portlet.enterprise_admin.edit_user_group" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_user_group_assignments" type="com.liferay.portlet.enterpriseadmin.action.EditUserGroupAssignmentsAction">
			<forward name="portlet.enterprise_admin.edit_user_group_assignments" path="portlet.enterprise_admin.edit_user_group_assignments" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_user_portrait" type="com.liferay.portlet.enterpriseadmin.action.EditUserPortraitAction">
			<forward name="portlet.enterprise_admin.edit_user_portrait" path="portlet.enterprise_admin.edit_user_portrait" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/edit_website" type="com.liferay.portlet.enterpriseadmin.action.EditWebsiteAction">
			<forward name="portlet.enterprise_admin.edit_website" path="portlet.enterprise_admin.edit_website" />
			<forward name="portlet.enterprise_admin.error" path="portlet.enterprise_admin.error" />
		</action>

		<action path="/organization_admin/select_location" forward="portlet.enterprise_admin.select_location" />

		<action path="/organization_admin/view" forward="portlet.enterprise_admin.view" />

		<!-- Page Comments -->

		<action path="/page_comments/edit_page_discussion" type="com.liferay.portlet.messageboards.action.EditDiscussionAction">
			<forward name="portlet.message_boards.error" path="portlet.page_comments.error" />
		</action>

		<action path="/page_comments/view" forward="portlet.page_comments.view" />

		<!-- Page Ratings -->

		<action path="/page_ratings/rate_page" type="com.liferay.portlet.ratings.action.RateEntryAction" />

		<action path="/page_ratings/view" forward="portlet.page_ratings.view" />

		<!-- Plugin Installer -->

		<action path="/plugin_installer/install_plugin" type="com.liferay.portlet.admin.plugininstaller.action.InstallPluginAction">
			<forward name="portlet.plugin_installer.error" path="portlet.plugin_installer.error" />
		</action>

		<action path="/plugin_installer/view" forward="portlet.plugin_installer.view" />

		<!-- Polls -->

		<action path="/polls/edit_question" type="com.liferay.portlet.polls.action.EditQuestionAction">
			<forward name="portlet.polls.edit_question" path="portlet.polls.edit_question" />
			<forward name="portlet.polls.error" path="portlet.polls.error" />
		</action>

		<action path="/polls/view" forward="portlet.polls.view" />

		<action path="/polls/view_chart" type="com.liferay.portlet.polls.action.ViewChartAction" />

		<action path="/polls/view_question" type="com.liferay.portlet.polls.action.ViewQuestionAction">
			<forward name="portlet.polls.edit_question" path="portlet.polls.view_question" />
			<forward name="portlet.polls.error" path="portlet.polls.error" />
		</action>

		<!-- Polls Display -->

		<action path="/polls_display/edit_configuration" type="com.liferay.portlet.pollsdisplay.action.EditConfigurationAction">
			<forward name="portlet.polls_display.edit_configuration" path="portlet.polls_display.edit_configuration" />
		</action>

		<action path="/polls_display/view" type="com.liferay.portlet.pollsdisplay.action.ViewAction">
			<forward name="portlet.polls_display.view" path="portlet.polls_display.view" />
		</action>

		<!-- Portlet Configuration -->

		<action path="/portlet_configuration/edit_configuration" type="com.liferay.portlet.portletconfiguration.action.EditConfigurationAction">
			<forward name="portlet.portlet_configuration.error" path="portlet.portlet_configuration.error" />
		</action>

		<action path="/portlet_configuration/edit_look_and_feel" type="com.liferay.portlet.portletconfiguration.action.EditLookAndFeelAction" name="portletConfigurationLookAndFeelForm">
			<forward name="portlet.portlet_configuration.edit_look_and_feel" path="portlet.portlet_configuration.edit_look_and_feel" />
			<forward name="portlet.portlet_configuration.error" path="portlet.portlet_configuration.error" />
		</action>

		<action path="/portlet_configuration/edit_permissions" type="com.liferay.portlet.portletconfiguration.action.EditPermissionsAction">
			<forward name="portlet.portlet_configuration.edit_permissions" path="portlet.portlet_configuration.edit_permissions" />
			<forward name="portlet.portlet_configuration.error" path="portlet.portlet_configuration.error" />
		</action>

		<action path="/portlet_configuration/edit_supported_clients" type="com.liferay.portlet.portletconfiguration.action.EditSupportedClientsAction">
			<forward name="portlet.portlet_configuration.edit_supported_clients" path="portlet.portlet_configuration.edit_supported_clients" />
			<forward name="portlet.portlet_configuration.error" path="portlet.portlet_configuration.error" />
		</action>

		<action path="/portlet_configuration/update_title" type="com.liferay.portlet.portletconfiguration.action.UpdateTitleAction" />

		<!-- Quick Note -->

		<action path="/quick_note/save" type="com.liferay.portlet.quicknote.action.SaveAction" />

		<action path="/quick_note/view" forward="portlet.quick_note.view" />

		<!-- Software Repository -->

		<action path="/software_catalog/edit_framework_version" type="com.liferay.portlet.softwarecatalog.action.EditFrameworkVersionAction">
			<forward name="portlet.software_catalog.edit_framework_version" path="portlet.software_catalog.edit_framework_version" />
			<forward name="portlet.software_catalog.error" path="portlet.software_catalog.error" />
		</action>

		<action path="/software_catalog/edit_license" type="com.liferay.portlet.softwarecatalog.action.EditLicenseAction">
			<forward name="portlet.software_catalog.edit_license" path="portlet.software_catalog.edit_license" />
			<forward name="portlet.software_catalog.error" path="portlet.software_catalog.error" />
		</action>

		<action path="/software_catalog/edit_product_entry" type="com.liferay.portlet.softwarecatalog.action.EditProductEntryAction">
			<forward name="portlet.software_catalog.edit_product_entry" path="portlet.software_catalog.edit_product_entry" />
			<forward name="portlet.software_catalog.error" path="portlet.software_catalog.error" />
		</action>

		<action path="/software_catalog/edit_product_entry_discussion" type="com.liferay.portlet.messageboards.action.EditDiscussionAction">
			<forward name="portlet.message_boards.error" path="portlet.software_catalog.error" />
		</action>

		<action path="/software_catalog/edit_product_version" type="com.liferay.portlet.softwarecatalog.action.EditProductVersionAction">
			<forward name="portlet.software_catalog.edit_product_version" path="portlet.software_catalog.edit_product_version" />
			<forward name="portlet.software_catalog.error" path="portlet.software_catalog.error" />
		</action>

		<action path="/software_catalog/rate_product_entry" type="com.liferay.portlet.ratings.action.RateEntryAction" />

		<action path="/software_catalog/search" forward="portlet.software_catalog.search" />

		<action path="/software_catalog/view" forward="portlet.software_catalog.view" />

		<action path="/software_catalog/view_product_entry" type="com.liferay.portlet.softwarecatalog.action.ViewProductEntryAction">
			<forward name="portlet.software_catalog.view_product_entry" path="portlet.software_catalog.view_product_entry" />
			<forward name="portlet.software_catalog.error" path="portlet.software_catalog.error" />
		</action>

		<!-- Recent Documents -->

		<action path="/recent_documents/get_file" type="com.liferay.portlet.documentlibrary.action.GetFileAction" />

		<action path="/recent_documents/view" forward="portlet.recent_documents.view" />

		<!-- RSS -->

		<action path="/rss/article" forward="portlet.rss.article" />

		<action path="/rss/edit" type="com.liferay.portlet.rss.action.EditPreferencesAction">
			<forward name="portlet.rss.edit" path="portlet.rss.edit" />
		</action>

		<action path="/rss/view" forward="portlet.rss.view" />

		<!-- Search -->

		<action path="/search/open_search" type="com.liferay.portlet.search.action.OpenSearchAction" />

		<action path="/search/open_search_description.xml" forward="/portlet/search/open_search_description.jsp" />

		<action path="/search/search" forward="portlet.search.search" />

		<action path="/search/view" forward="portlet.search.view" />

		<!-- Shopping -->

		<action path="/shopping/add_book_items" type="com.liferay.portlet.shopping.action.AddBookItemsAction">
			<forward name="portlet.shopping.add_book_items" path="portlet.shopping.add_book_items" />
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
		</action>

		<action path="/shopping/cart" type="com.liferay.portlet.shopping.action.CartAction">
			<forward name="portlet.shopping.cart" path="portlet.shopping.cart" />
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
		</action>

		<action path="/shopping/checkout" type="com.liferay.portlet.shopping.action.CheckoutAction">
			<forward name="portlet.shopping.checkout_first" path="portlet.shopping.checkout_first" />
			<forward name="portlet.shopping.checkout_second" path="portlet.shopping.checkout_second" />
			<forward name="portlet.shopping.checkout_third" path="portlet.shopping.checkout_third" />
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
		</action>

		<action path="/shopping/edit_category" type="com.liferay.portlet.shopping.action.EditCategoryAction">
			<forward name="portlet.shopping.edit_category" path="portlet.shopping.edit_category" />
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
		</action>

		<action path="/shopping/edit_configuration" type="com.liferay.portlet.shopping.action.EditConfigurationAction">
			<forward name="portlet.shopping.edit_configuration" path="portlet.shopping.edit_configuration" />
		</action>

		<action path="/shopping/edit_coupon" type="com.liferay.portlet.shopping.action.EditCouponAction">
			<forward name="portlet.shopping.edit_coupon" path="portlet.shopping.edit_coupon" />
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
		</action>

		<action path="/shopping/edit_item" type="com.liferay.portlet.shopping.action.EditItemAction">
			<forward name="portlet.shopping.edit_item" path="portlet.shopping.edit_item" />
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
		</action>

		<action path="/shopping/edit_item_quantities" forward="portlet.shopping.edit_item_quantities" />

		<action path="/shopping/edit_order" type="com.liferay.portlet.shopping.action.EditOrderAction">
			<forward name="portlet.shopping.edit_order" path="portlet.shopping.edit_order" />
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
		</action>

		<action path="/shopping/edit_order_discussion" type="com.liferay.portlet.messageboards.action.EditDiscussionAction">
			<forward name="portlet.message_boards.error" path="portlet.shopping.error" />
		</action>

		<action path="/shopping/notify" type="com.liferay.portlet.shopping.action.PayPalNotificationAction" />

		<action path="/shopping/search" forward="portlet.shopping.search" />

		<action path="/shopping/select_category" type="com.liferay.portlet.shopping.action.EditCategoryAction">
			<forward name="portlet.shopping.edit_category" path="portlet.shopping.select_category" />
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
		</action>

		<action path="/shopping/view" type="com.liferay.portlet.shopping.action.ViewAction">
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
			<forward name="portlet.shopping.view" path="portlet.shopping.view" />
		</action>

		<action path="/shopping/view_coupon" type="com.liferay.portlet.shopping.action.ViewCouponAction">
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
			<forward name="portlet.shopping.view_coupon" path="portlet.shopping.view_coupon" />
		</action>

		<action path="/shopping/view_item" type="com.liferay.portlet.shopping.action.EditItemAction">
			<forward name="portlet.shopping.edit_item" path="portlet.shopping.view_item" />
			<forward name="portlet.shopping.error" path="portlet.shopping.error" />
		</action>

		<!-- Site Map -->

		<action path="/site_map/edit_configuration" type="com.liferay.portlet.sitemap.action.EditConfigurationAction">
			<forward name="portlet.site_map.edit_configuration" path="portlet.site_map.edit_configuration" />
		</action>

		<action path="/site_map/view" forward="portlet.site_map.view" />

		<!-- Stocks -->

		<action path="/stocks/edit" type="com.liferay.portlet.stocks.action.EditPreferencesAction">
			<forward name="portlet.stocks.edit" path="portlet.stocks.edit" />
		</action>

		<action path="/stocks/view" forward="portlet.stocks.view" />

		<!-- Tagged Content -->

		<action path="/tagged_content/edit_configuration" type="com.liferay.portlet.taggedcontent.action.EditConfigurationAction">
			<forward name="portlet.tagged_content.edit_configuration" path="portlet.tagged_content.edit_configuration" />
		</action>

		<!-- Tags Admin -->

		<action path="/tags_admin/edit_entry" type="com.liferay.portlet.tagsadmin.action.EditEntryAction" />

		<action path="/tags_admin/edit_property" type="com.liferay.portlet.tagsadmin.action.EditPropertyAction" />

		<action path="/tags_admin/view" forward="portlet.tags_admin.view" />

		<action path="/tagged_content/view" type="com.liferay.portlet.taggedcontent.action.ViewAction">
			<forward name="portlet.tagged_content.view" path="portlet.tagged_content.view" />
		</action>

		<!-- Update Manager -->

		<action path="/update_manager/install_plugin" type="com.liferay.portlet.plugininstaller.action.InstallPluginAction">
			<forward name="portlet.admin.error" path="portlet.admin.error" />
		</action>

		<action path="/update_manager/view" forward="portlet.update_manager.view" />

		<!-- Weather -->

		<action path="/weather/edit" type="com.liferay.portlet.weather.action.EditPreferencesAction">
			<forward name="portlet.weather.edit" path="portlet.weather.edit" />
		</action>

		<action path="/weather/view" forward="portlet.weather.view" />

		<!-- Web Form -->

		<action path="/web_form/edit_configuration" type="com.liferay.portlet.webform.action.EditConfigurationAction">
			<forward name="portlet.web_form.edit_configuration" path="portlet.web_form.edit_configuration" />
		</action>

		<action path="/web_form/view" type="com.liferay.portlet.webform.action.ViewAction">
			<forward name="portlet.web_form.view" path="portlet.web_form.view" />
		</action>

		<!-- Web Proxy -->

		<action path="/web_proxy/edit_configuration" type="com.liferay.portlet.webproxy.action.EditConfigurationAction">
			<forward name="portlet.web_proxy.edit_configuration" path="portlet.web_proxy.edit_configuration" />
		</action>

		<!-- Westminster Catechism -->

		<action path="/westminster_catechism/view" forward="portlet.westminster_catechism.view" />
		
		<!-- Wiki -->

		<action path="/wiki/edit_node" type="com.liferay.portlet.wiki.action.EditNodeAction">
			<forward name="portlet.wiki.edit_node" path="portlet.wiki.edit_node" />
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
		</action>

		<action path="/wiki/edit_page" type="com.liferay.portlet.wiki.action.EditPageAction">
			<forward name="portlet.wiki.edit_page" path="portlet.wiki.edit_page" />
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
		</action>

		<action path="/wiki/edit_page_discussion" type="com.liferay.portlet.messageboards.action.EditDiscussionAction">
			<forward name="portlet.message_boards.error" path="portlet.wiki.error" />
		</action>

		<action path="/wiki/search" type="com.liferay.portlet.wiki.action.EditNodeAction">
			<forward name="portlet.wiki.edit_node" path="portlet.wiki.search" />
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
		</action>

		<action path="/wiki/view" forward="portlet.wiki.view" />

		<action path="/wiki/view_all_pages" type="com.liferay.portlet.wiki.action.EditNodeAction">
			<forward name="portlet.wiki.edit_node" path="portlet.wiki.view_all_pages" />
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
		</action>

		<action path="/wiki/view_orphan_pages" type="com.liferay.portlet.wiki.action.EditNodeAction">
			<forward name="portlet.wiki.edit_node" path="portlet.wiki.view_orphan_pages" />
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
		</action>

		<action path="/wiki/view_page" type="com.liferay.portlet.wiki.action.ViewPageAction">
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
			<forward name="portlet.wiki.view_page" path="portlet.wiki.view_page" />
		</action>

		<action path="/wiki/view_page_history" type="com.liferay.portlet.wiki.action.ViewPageAction">
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
			<forward name="portlet.wiki.view_page" path="portlet.wiki.view_page_history" />
		</action>

		<action path="/wiki/view_page_links" type="com.liferay.portlet.wiki.action.ViewPageAction">
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
			<forward name="portlet.wiki.view_page" path="portlet.wiki.view_page_links" />
		</action>

		<action path="/wiki/view_recent_changes" type="com.liferay.portlet.wiki.action.EditNodeAction">
			<forward name="portlet.wiki.edit_node" path="portlet.wiki.view_recent_changes" />
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
		</action>

		<!-- Wiki Display -->

		<action path="/wiki_display/edit_configuration" type="com.liferay.portlet.wikidisplay.action.EditConfigurationAction">
			<forward name="portlet.wiki_display.edit_configuration" path="portlet.wiki_display.edit_configuration" />
		</action>

		<action path="/wiki_display/edit_page" type="com.liferay.portlet.wiki.action.EditPageAction">
			<forward name="portlet.wiki.edit_page" path="portlet.wiki.edit_page" />
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
		</action>

		<action path="/wiki_display/view" type="com.liferay.portlet.wikidisplay.action.ViewAction">
			<forward name="portlet.wiki_display.view" path="portlet.wiki_display.view" />
		</action>

		<action path="/wiki_display/view_page" type="com.liferay.portlet.wiki.action.ViewPageAction">
			<forward name="portlet.wiki.error" path="portlet.wiki.error" />
			<forward name="portlet.wiki.view_page" path="portlet.wiki_display.view" />
		</action>

		<!-- Words -->

		<action path="/words/view" type="com.liferay.portlet.words.action.ViewAction">
			<forward name="portlet.words.view" path="portlet.words.view" />
		</action>

		<!-- Workflow -->

		<action path="/workflow/edit_definition" type="com.liferay.portlet.workflow.action.EditDefinitionAction">
			<forward name="portlet.workflow.edit_definition" path="portlet.workflow.edit_definition" />
			<forward name="portlet.workflow.error" path="portlet.workflow.error" />
		</action>

		<action path="/workflow/edit_instance" type="com.liferay.portlet.workflow.action.EditInstanceAction">
			<forward name="portlet.workflow.error" path="portlet.workflow.error" />
		</action>

		<action path="/workflow/edit_task" type="com.liferay.portlet.workflow.action.EditTaskAction">
			<forward name="portlet.workflow.edit_task" path="portlet.workflow.edit_task" />
			<forward name="portlet.workflow.error" path="portlet.workflow.error" />
		</action>

		<action path="/workflow/view" type="com.liferay.portlet.workflow.action.ViewAction">
			<forward name="portlet.workflow.error" path="portlet.workflow.error" />
			<forward name="portlet.workflow.view" path="portlet.workflow.view" />
		</action>

		<!-- WSRP Consumer -->

		<action path="/wsrp/edit" forward="/portlet/wsrp/edit.jsp" />

		<action path="/wsrp/edit_local_preferences" type="com.liferay.portlet.wsrp.action.EditLocalPreferencesAction">
			<forward name="portlet.wsrp.edit_local_preferences" path="/portlet/wsrp/edit_local_preferences.jsp" />
			<forward name="portlet.wsrp.edit" path="/portlet/wsrp/edit.jsp" />
		</action>

		<!-- WSRP Producer -->

		<action path="/wsrp" type="com.liferay.portal.wsrp.WSRPAction" />

		<!-- XSL Content -->

		<action path="/xsl_content/edit_configuration" type="com.liferay.portlet.xslcontent.action.EditConfigurationAction">
			<forward name="portlet.xsl_content.edit_configuration" path="portlet.xsl_content.edit_configuration" />
		</action>

		<action path="/xsl_content/view" type="com.liferay.portlet.xslcontent.action.ViewAction">
			<forward name="portlet.xsl_content.view" path="portlet.xsl_content.view" />
		</action>
	</action-mappings>

	<!-- Custom Request Processor -->

	<controller processorClass="com.liferay.portal.struts.PortalRequestProcessor" />

	<!-- Message Resources -->

	<message-resources parameter="content.Language,content.Language-ext" factory="com.liferay.portal.struts.MultiMessageResourcesFactory" />

	<!-- Tiles Plugin -->

	<plug-in className="org.apache.struts.tiles.TilesPlugin" >
		<set-property property="definitions-config" value="/WEB-INF/tiles-defs.xml,/WEB-INF/tiles-defs-ext.xml" />
		<set-property property="moduleAware" value="true" />
		<set-property property="definitions-parser-validate" value="true" />
	</plug-in>
</struts-config>