JSF 1.2 Hyperlink Component

See Also | Tutorials

The Hyperlink Hyperlink icon component is used either as a standard hyperlink to a URL or a link to a Visual Web JSF page in your application. This component is equivalent to an HTML <a> element.

If you set the action property by right-clicking the component and choosing Edit action Event Handler, the page is submitted. If instead you set the url property, the link is a normal hyperlink that sends the browser to a new location.

If you want the link to be represented as an image instead of as text, use the Image Hyperlink component.

After adding a hyperlink to a page, you can do a number of things with it:

See Also
Hyperlink Component Properties Window
Binding Component Properties
Working With Components
Component Tasks: Quick Reference
About the Visual Web Palette
Tutorials

Legal Notices