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 submits to
exactly the request URI with query string as seen in browser's address. |
InputFile |
The
<o:inputFile> is a component that extends the standard <h:inputFile> and
adds support for multiple , directory , accept and maxsize
attributes, along with built-in server side validation on accept and maxsize attributes. |
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–2018 OmniFaces. All rights reserved.