WAP Tags
Tag outputLink


Render an WML "a" anchor element. The value of the component is rendered as the value of the "href" attribute. Any child UIParameter components are appended to the String to be output as the value of the "href" attribute as query parameters before rendering. The entire "href" string must be passed through a call to the encodeResourceURL() method of theExternalContext. The name of the UIParameter goes on the left hand side, and the value of the UIParameter on the right hand side. The name and the value must be URLEncoded. Each UIParameter instance is separeted by an ampersand, as dictated in the URL spec. If the "styleClass" attribute is specified, render its value as the value of the "class" attribute.


Tag Information
Tag Classorg.apache.myfaces.wap.taglib.OutputLinkTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
titlefalsefalsejava.lang.StringDefines a text identifying the link.
xmllangfalsefalsejava.lang.StringThe xml:lang attribute specifies the natural or formal language of an element or its attributes.
styleClassfalsefalsejava.lang.StringSpace-separated list of style class(es) to be applied when this element is rendered. This value must be passed through as the "class" attribute on generated markup.
idfalsefalsejava.lang.StringThe component identifier for the associated component.
renderedfalsefalsebooleanFlag indicating whether or not this component should be rendered (during Render Response Phase), or processed on any subsequent form submit.
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean.
converterfalsefalsejava.lang.StringConverter instance registered with this component.
valuefalsefalsejava.lang.ObjectThe current value of this component.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.