mirror of
https://github.com/apache/struts.git
synced 2026-08-06 23:27:07 +00:00
- 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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user