[
https://issues.apache.org/jira/browse/EXTVAL-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12736574#action_12736574
]
Thomas Wilhelm commented on EXTVAL-55:
--------------------------------------
Hi Gerhard,
actually my application now generally works using bean validation together with
extval. The thing that causes the NPE is the login page. This does not use a
value mapping but rather sends "pure" HTML params. This is due to the fact that
I am using Spring Security for the whole login process. Thus the login ist
handled completely by the spring servlet filter. The propertyDetails are null
in this case.
I have tried to fix this issue patching PropertyValidationGroupProvider and
BeanValidationInterceptor which seams to work. I am not sure however if this
simple fix is working for all cases.
regards,
Thomas
> NPE in PropertyValidatorGroupProvider Line 83
> ---------------------------------------------
>
> Key: EXTVAL-55
> URL: https://issues.apache.org/jira/browse/EXTVAL-55
> Project: MyFaces Extensions Validator
> Issue Type: Bug
> Affects Versions: 1.2.3-SNAPSHOT
> Reporter: Thomas Wilhelm
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.