o

Tag viewParamValidationFailed

Attributes 
NameRequiredTypeDescription
sendRedirectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The URL to send redirect to on validation failure. The same rules apply as with Faces#redirect(). This attribute is required when the sendError attribute is absent.
sendErrorfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
The HTTP status to send error with on validation failure. This attribute cannot be specified when the sendRedirect is already specified.
messagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
The message to send along with the redirect or error. If this attribute is not specified, then by default the validation error message will be used.

Output generated by Vdldoc View Declaration Language Documentation Generator.