| Attributes |
| action |
Logical name of a Action that contains the actual content-relative URI of the destination of this transfer. This hyperlink may be dynamically modified by the inclusion of query parameters, as described in the tag description. You must specify exactly one of the action attribute, the forward attribute, the href attribute, or the page attribute. Additionally, you can specify a module prefix for linking to other modules. - Since:
- Struts 1.2.0
|
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| module |
Prefix name of a Module that contains the action mapping for the Action that is specified by the action attribute. You must specify an action attribute for this to have an effect. Note: Use "" to map to the default module. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| anchor |
Optional anchor tag ("#xxx") to be added to the generated hyperlink. Specify this value without any "#" character. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| forward |
Logical name of a global ActionForward that contains the actual content-relative URI of the destination of this transfer. This hyperlink may be dynamically modified by the inclusion of query parameters, as described in the tag description. You must specify exactly one of the action attribute, the forward attribute, the href attribute, or the page attribute. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| href |
The URL to which this hyperlink will transfer control if activated. This hyperlink may be dynamically modified by the inclusion of query parameters, as described in the tag description. You must specify exactly one of the action attribute, the forward attribute, the href attribute, or the page attribute. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| name |
The name of a JSP bean that contains a Map representing the query parameters (if property is not specified), or a JSP bean whose property getter is called to return a Map (if property is specified). |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| page |
The module-relative path (beginning with a "/" character) to which this hyperlink will transfer control if activated. This hyperlink may be dynamically modified by the inclusion of query parameters, as described in the tag description. You must specify exactly one of the action attribute, the forward attribute, the href attribute, or the page attribute. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| paramId |
The name of the request parameter that will be dynamically added to the generated hyperlink. The corresponding value is defined by the paramName and (optional) paramProperty attributes, optionally scoped by the paramScope attribute |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| paramName |
The name of a JSP bean that is a String containing the value for the request parameter named by paramId (if paramProperty is not specified), or a JSP bean whose property getter is called to return a String (if paramProperty is specified). The JSP bean is constrained to the bean scope specified by the paramScope property, if it is specified. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| paramProperty |
The name of a property of the bean specified by the paramName attribute, whose return value must be a String containing the value of the request parameter (named by the paramId attribute) that will be dynamically added to this hyperlink. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| paramScope |
The scope within which to search for the bean specified by the paramName attribute. If not specified, all scopes are searched. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| property |
The name of a property of the bean specified by the name attribute, whose return value must be a java.util.Map containing the query parameters to be added to the hyperlink. You must specify the name attribute if you specify this attribute. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| scope |
The scope within which to search for the bean specified by the name attribute. If not specified, all scopes are searched. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| transaction |
If set to true, any current transaction control token will be included in the generated hyperlink, so that it will pass an isTokenValid() test in the receiving Action. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|
| useLocalEncoding |
If set to true, LocalCharacterEncoding will be used, that is, the characterEncoding set to the HttpServletResponse, as prefered character encoding rather than UTF-8, when URLEncoding is done on parameters of the URL. |
| |
| Required:
false |
| Request-time:
false |
Type:
java.lang.String |
|