You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ni...@apache.org on 2007/08/12 15:22:27 UTC

svn commit: r565064 - /struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml

Author: nilsga
Date: Sun Aug 12 06:22:26 2007
New Revision: 565064

URL: http://svn.apache.org/viewvc?view=rev&rev=565064
Log:
Added "view" as supported mode

Modified:
    struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml

Modified: struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml?view=diff&rev=565064&r1=565063&r2=565064
==============================================================================
--- struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml (original)
+++ struts/struts2/trunk/apps/portlet/src/main/webapp/WEB-INF/portlet.xml Sun Aug 12 06:22:26 2007
@@ -54,6 +54,7 @@
 
         <supports>
             <mime-type>text/html</mime-type>
+			<portlet-mode>view</portlet-mode>
             <portlet-mode>edit</portlet-mode>
             <portlet-mode>help</portlet-mode>
         </supports>