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 19:40:30 UTC

svn commit: r565086 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java

Author: nilsga
Date: Sun Aug 12 10:40:28 2007
New Revision: 565086

URL: http://svn.apache.org/viewvc?view=rev&rev=565086
Log:
Changed description for the portletUrlType attribute of the url component.

Modified:
    struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java

Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java?view=diff&rev=565086&r1=565085&r2=565086
==============================================================================
--- struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java (original)
+++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/components/URL.java Sun Aug 12 10:40:28 2007
@@ -293,7 +293,7 @@
         this.windowState = windowState;
     }
 
-    @StrutsTagAttribute(description="Specifies if this should be a portlet render or action URL")
+    @StrutsTagAttribute(description="Specifies if this should be a portlet render or action URL. Default is \"render\". To create an action URL, use \"action\".")
     public void setPortletUrlType(String portletUrlType) {
         this.portletUrlType = portletUrlType;
     }