Changed description for the portletUrlType attribute of the url component.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@565086 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nils-Helge Garli
2007-08-12 17:40:28 +00:00
parent 051f059e70
commit 6e141ac437
@@ -293,7 +293,7 @@ public class URL extends ContextBean {
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;
}