[
https://issues.apache.org/jira/browse/EXTVAL-107?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12890399#action_12890399
]
Gerhard Petracek commented on EXTVAL-107:
-----------------------------------------
EditableValueHolder#setValid(false) is already called in the bv module. that
leads to the same effect.
you are right - we should move the existing interceptor to the core of extval.
anyway, in your special case it should work already.
> ExtVal should call FacesContext.validationFailed() in case of validation
> failure
> --------------------------------------------------------------------------------
>
> Key: EXTVAL-107
> URL: https://issues.apache.org/jira/browse/EXTVAL-107
> Project: MyFaces Extensions Validator
> Issue Type: Improvement
> Components: Bean Validation, Property Validation
> Affects Versions: 1.1.1
> Reporter: Tom M.
> Priority: Minor
>
> In JSF 2.0 a new method was introduced -->
> javax.faces.context.FacesContext.validationFailed(): "Sets a flag which
> indicates that a conversion or validation error occurred while processing the
> inputs. Inputs consist of either page parameters or form bindings. This flag
> can be read using {...@link #isValidationFailed}."
> It seems to me that ExtVal 2.0 r4m3 does not make use of this leaving me to
> check if messages are available.
> Could you add this behaviour?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.