AjaxCommandButton extends standard HtmlCommandButton and can do form submissions with ajax.
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 |
<yui:ajaxCommandButton value="Submit with Ajax" action="#{backingBean.method}" ... standard htmlCommandButtonAttributes> </yui:ajaxCommandButton>