Uses of Package
org.omnifaces.component.input
Packages that use org.omnifaces.component.input
-
Classes in org.omnifaces.component.input used by org.omnifaces.component.inputClassDescriptionBase class of
HashParamandScriptParam.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. whenincludeViewParams=true) and the (bean) validation never being triggered when the parameter is completely absent in query string, causing e.g. -
Classes in org.omnifaces.component.input used by org.omnifaces.utilClassDescriptionThe
<o:hashParam>is a component that extends the standard<f:viewParam>with support for setting hash query parameter values in bean and automatically reflecting updated model values in hash query string.The<o:scriptParam>is a component that extends the standard<f:viewParam>with support for setting results of client-side evaluated JavaScript code in bean.