Description

AjaxCommandButton extends standard HtmlCommandButton and can do form submissions with ajax.

Screen Shot

N/A

API

component-family net.sf.yui4jsf
renderer-type net.sf.yui4jsf.component.AjaxCommandButtonRenderer
component-class net.sf.yui4jsf.component.ajaxCommandButton.AjaxCommandButtonTag
renderer-class net.sf.yui4jsf.component.ajaxCommandButton.AjaxCommandButtonRenderer
tag-class net.sf.yui4jsf.component.ajaxCommandButton.AjaxCommandButtonTag

Usage

<yui:ajaxCommandButton value="Submit with Ajax"
			action="#{backingBean.method}"
			...
			standard htmlCommandButtonAttributes>
</yui:ajaxCommandButton>
            

Attributes

<yui:ajaxCommandButton>

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

Instructions

see ajaxCommandButton*.jsp for examples

Upcoming Features

Top Secret!

Additional Information

NONE