| |||||||
FRAMES NO FRAMES |
Render an URI
Renders a request URI based on exactly the same rules as the link
tag does, but without creating the <a>
hyperlink. This value is useful when you want to generate a string constant for use by a JavaScript procedure.
Tag Information | |
Tag Class | org.apache.struts.taglib.html.RewriteTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | None |
Attributes | ||||
Name | Required | Request-time | Type | Description |
action | false | true | java.lang.String | Logical name of a Additionally, you can specify a
|
module | false | true | java.lang.String | Prefix name of a Note: Use "" to map to the default module. |
anchor | false | true | java.lang.String | Optional anchor tag ("#xxx") to be added to the generated hyperlink. Specify this value without any "#" character. |
forward | false | true | java.lang.String | Logical name of a global |
href | false | true | java.lang.String | 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 |
name | false | true | java.lang.String | The name of a JSP bean that contains a |
page | false | true | java.lang.String | 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 |
paramId | false | true | java.lang.String | The name of the request parameter that will be dynamically added to the generated hyperlink. The corresponding value is defined by the |
paramName | false | true | java.lang.String | The name of a JSP bean that is a String containing the value for the request parameter named by |
paramProperty | false | true | java.lang.String | The name of a property of the bean specified by the |
paramScope | false | true | java.lang.String | The scope within which to search for the bean specified by the |
property | false | true | java.lang.String | The name of a property of the bean specified by the |
scope | false | true | java.lang.String | The scope within which to search for the bean specified by the |
transaction | false | true | boolean | If set to |
useLocalEncoding | false | true | boolean | If set to |
Variables | No Variables Defined. |
| |||||||
FRAMES NO FRAMES |