ExceptionDisplay Component Index FieldLabel

ExternalLink
net.sf.tapestry.link.ExternalLink
External Link
 
Description
Creates a <a> hyperlink to an IExternalPage which may be book marked using the hyperlink's URL.

See Also
ActionLink, DirectLink, GenericLink, PageLink, ServiceLink
Parameters
Name Type Direction Required Default Description
page String in yes   The name of a application page to link to.
parameters Object or
Object[] or
List
in no   An array of objects to be encoded into the URL. These parameters will be passed to IExternalPage.activateExternalPage() method.
disabled boolean in no false Controls whether the link is produced. If disabled, the portion of the template the link surrounds is still rendered, but not the link itself.
scheme String in no   If specified, then a longer URL (including scheme, server and possibly port) is generated using the specified scheme. Server is determined fromt he incoming request, and port is deterimined from the port paramter or the incoming request.
port int in no   If specified, then a longer URL (including scheme, server and port) is generated using the specified port. The server is determined from the incoming request, the scheme from the scheme parameter or the incoming request.

Body: rendered
Informal parameters:allowed
Reserved parameters: "href"

Examples

This example is under construction.


ExceptionDisplay Component Index FieldLabel