OmniApplication
is properly initialized.<o:messages>
is a component that extends the standard <h:messages>
with
the following new features:
Multiple for
components
Possibility to specify multiple client IDs space separated in the for
attribute.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.<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.HtmlOutputFormat
and provides support
for capturing the output and exposing it into the request scope by the variable name as specified by the
var
attribute.HtmlOutputLabel
and provides support for
automatically setting its value as the label of the component identified by its for
attribute (if any).