Fix some typos and bad english.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@557614 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Holmes
2007-07-19 13:28:49 +00:00
parent df0084419b
commit 3559945b53
@@ -293,7 +293,7 @@ public class URL extends Component {
this.value = value;
}
@StrutsTagAttribute(description="he action generate url for, if not using value")
@StrutsTagAttribute(description="The action to generate the URL for, if not using value")
public void setAction(String action) {
this.action = action;
}
@@ -313,7 +313,7 @@ public class URL extends Component {
this.encode = encode;
}
@StrutsTagAttribute(description="Whether actual context should be included in url", type="Boolean", defaultValue="true")
@StrutsTagAttribute(description="Whether actual context should be included in URL", type="Boolean", defaultValue="true")
public void setIncludeContext(boolean includeContext) {
this.includeContext = includeContext;
}
@@ -328,7 +328,7 @@ public class URL extends Component {
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")
public void setPortletUrlType(String portletUrlType) {
this.portletUrlType = portletUrlType;
}