url |
|||||||||||||||||||
Description |
The purpose of this tag is to aid in the construction of URLs. The path portion of the URL may be specified in one of two ways:
parm tags within the body of the "url" tag.
With the exception of the parm tags, all body content is discarded.
|
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Tag Body |
JSP |
||||||||||||||||||
Tag Parent |
|||||||||||||||||||
Restrictions |
Either |
||||||||||||||||||
Attributes |
This tag has the following
attributes:
|
||||||||||||||||||
Properties |
This tag provides the following
bean properties:
|
||||||||||||||||||
Example(s) |
<%-- example of url tag usage, with "path" attribute --%> Will generate a link that includes session encoding, if needed. The "path" attribute is not subject to the rules of resource lookup. The emitted markup may look something like: <a href="/portal/jsp/launchMail.jsp?sid=1a34" method="GET"/> Another example... <%-- example of url tag usage, with "file" and "comp" attributes --%> Will generate a link that has been resolved to the correct path for the client that has requested the page. The session encoding is added as needed. The emitted markup may look something like: <a href="/portal/jsp/default/mail/wml/inbox.jsp?sid=1a34" method="GET"/> |