[jboss-jira] [JBoss JIRA] (AS7-5310) javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL not honored
Michael Locher (JIRA)
jira-events at lists.jboss.org
Wed Aug 8 03:31:06 EDT 2012
[ https://issues.jboss.org/browse/AS7-5310?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710344#comment-12710344 ]
Michael Locher edited comment on AS7-5310 at 8/8/12 3:30 AM:
-------------------------------------------------------------
Stan, thanks for the clarification. your proof is solid :-)
Our development team used the property to emulate a "@NotEmpty" with a @NotNull in the validation of the backing bean. We will fix our validation constraints (e.g. with @Size(min=1)).
was (Author: cmbntr):
Stan, thanks for the clarification. your proof is solid :-)
Our development team used the property to emulate a "@NotBlank" with a @NotNull in the validation of the backing bean. We will fix our validation constraints (e.g. with @Size(min=1)).
> javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL not honored
> -----------------------------------------------------------------------
>
> Key: AS7-5310
> URL: https://issues.jboss.org/browse/AS7-5310
> Project: Application Server 7
> Issue Type: Bug
> Components: JSF
> Affects Versions: 7.1.2.Final (EAP)
> Reporter: Michael Locher
> Assignee: Stan Silvert
>
> The javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL params seems not to be working on EAP 6:
> <context-param>
> <param-name>javax.faces.INTERPRET_EMPTY_STRING_SUBMITTED_VALUES_AS_NULL</param-name>
> <param-value>true</param-value>
> </context-param>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list