Class | Description |
---|---|
ComponentIdParam |
The
<o:componentIdParam> component allows to render just one or more components on a view via a GET
parameter. |
Form |
The
<o:form> is a component that extends the standard <h:form> and provides a
way to keep view or request parameters in the request URL after a post-back and offers in combination with the
<o:ignoreValidationFailed> tag on an UICommand component the possibility to ignore
validation failures so that the invoke action phase will be executed anyway. |
ViewAction |
The
<o:viewAction> is a component that extends the standard <f:viewAction> and
changes the if attribute to be evaluated during INVOKE_APPLICATION phase instead of the
APPLY_REQUEST_VALUES phase. |
ViewParam |
The
<o:viewParam> is a component that extends the standard <f:viewParam> and
provides a stateless mode of operation and fixes the issue wherein null model values are converted to empty string
parameters in query string (e.g. |
Copyright © 2012–2016 OmniFaces. All rights reserved.