[
https://issues.apache.org/struts/browse/SHALE-430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40646
]
Hasan Turksoy commented on SHALE-430:
-------------------------------------
in addition to convert method, "isSupplied" method needs null control for its
"str" parameter too.
when my "required" validation enters CommonsValidator#validate, with empty
submitted value(=null), both above null controls necessary to complete
validation without a NullPointerException.
> CommonsValidator#convert method needs null control for "obj" parameter
> ----------------------------------------------------------------------
>
> Key: SHALE-430
> URL: https://issues.apache.org/struts/browse/SHALE-430
> Project: Shale
> Issue Type: Bug
> Components: Validator
> Affects Versions: 1.0.4
> Reporter: Hasan Turksoy
> Priority: Minor
>
> convert method of CommonsValidator class fails(throws nullpointerexception)
> when obj parameter is null.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.