redirect
Redirect the current request This tag is useful for index.jsp pages that will be redirected to some action class. In this case, they should be used alone in an empty jsp page.
Tag Information | |
---|---|
Tag Class | org.loom.tags.core.RedirectTag |
Body Content | scriptless |
Dynamic Attributes | true |
Attributes
Name | Description | Flags |
---|---|---|
action | The action this link points to. Either this or href must be specified |
rtexprvalue
|
event | The event this link points to. If action is specified but event is not, the default event will be assumed. If the action does not define a default event, an exception will be thrown. Either action/event or href must be set. |
rtexprvalue
|
hash | The hash of the url (the fragment after '#') |
rtexprvalue
|
href | The target url. Either this or the action / event pair must be set. |
rtexprvalue
|
mapping | The mapping as action.event . This method is equivalent to
setting action and event separately.
|
rtexprvalue
|