Description

YUI4JSF CommandLink extends standard HtmlCommandLink with the fantastic YUI style

Screen Shot

API

component-family net.sf.yui4jsf
renderer-type net.sf.yui4jsf.component.CommandLinkRenderer
component-class net.sf.yui4jsf.component.button.CommandLink
renderer-class net.sf.yui4jsf.component.button.CommandLinkRenderer
tag-class net.sf.yui4jsf.component.button.CommandLinkTag

Usage

<yui:commandLink value="Click Me"
			action="#{backingBean.method}"
			...
			standard htmlCommandLinkAttributes>
</yui:commandLink>
            

Attributes

<yui:commandLink>

Standard Attributes - id, rendered, binding, converter, validator, immediate, required.
Standard HtmlCommandLink Attributes - alt, accesskey, lang, dir, type, image and etc...(See the taglib docs for the complete list)

Instructions

see commandLink.jsp for an example

Upcoming Features

N/A

Additional Information

NONE