- added comment in the code

git-svn-id: https://svn.apache.org/repos/asf/incubator/webwork2@400335 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Toby Jee
2006-05-06 17:01:16 +00:00
parent 1d39d03a72
commit a5d89739f7
@@ -210,6 +210,10 @@ public class Form extends ClosingUIBean {
addParameter("id", action);
}
} else if (action != null) {
// Since we can't find an action alias in the configuration, we just assume
// the action attribute supplied is the path to be used as the uri this
// form is submitting to.
String result = UrlHelper.buildUrl(action, request, response, null);
addParameter("action", result);