You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be nice to have something like getJavaType() on ParamError. The actual type of the parameter on the Java side is very important, especially in the context of binding errors.
Actually this would be very easy to implement in Ozark for BindingError. But adding support for ValidationError would require quite some work. Therefore, I'm assigning this to "Future".
The text was updated successfully, but these errors were encountered:
Issue by chkal
Sunday Jul 08, 2018 at 08:41 GMT
Originally opened as mvc-spec/mvc-spec#173
I would be nice to have something like
getJavaType()
onParamError
. The actual type of the parameter on the Java side is very important, especially in the context of binding errors.Actually this would be very easy to implement in Ozark for
BindingError
. But adding support forValidationError
would require quite some work. Therefore, I'm assigning this to "Future".The text was updated successfully, but these errors were encountered: