<o:messages>
is a component that extends the standard <h:messages>
with
the following new features:OmniMessages
component whereby the renderer type is set to
MessagesRenderer.RENDERER_TYPE
.PartialResponseWriter.startEval()
.
Support for adding arguments to an ajax response.
Any XML tags which Mojarra and MyFaces has left open after an exception in rendering of an already committed
ajax response, will now be properly closed.OmniPartialViewContext
is properly initialized.omnifaces
.<o:onloadScript
is a component that extends the standard <h:outputScript>
which will be executed in the end of the HTML body (thus when all HTML elements are initialized in the HTML DOM tree)
and will re-execute its script body on every ajax request.ConcurrentMap
data structure.<o:outputFormat>
is a component that extends the standard <h:outputFormat>
with support for capturing the output and exposing it into the request scope by the variable name as specified by the
var
attribute.<o:outputLabel>
is a component that extends the standard <h:outputLabel>
with support for automatically setting its value as the label of the component identified by its for
attribute (if any).Copyright © 2012–2015 OmniFaces. All rights reserved.