[
https://issues.apache.org/jira/browse/EMPIREDB-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16985134#comment-16985134
]
Rainer Döbele commented on EMPIREDB-320:
----------------------------------------
Hello Jan,
thanks for reporting this issue.
The reason I had to introduce this, is because of a failure of validation in
the SelectInputControl which internally creates a HtmlSelectOneMenu in certain
circumstances. As the validation is performed by the InputControl Elements,
others should not be neccessary. It is however possible to limit the skipping
to certain InputControl types.
Can you please tell me, which InputControl type you are using for your numbers
and whether this is one of the Standard JSF controls or whether you are using a
derived Control that uses e.g. a IceFaces or PrimeFaces component.
For the time being I will undo the change, by simply changing the
implementation of the InputControl class like this:
public boolean skipInputValidators()
{
return false; /* was true: Undo change in order to clarify behaviour */
}
> JSF Input skip default JSF input validations
> --------------------------------------------
>
> Key: EMPIREDB-320
> URL: https://issues.apache.org/jira/browse/EMPIREDB-320
> Project: Empire-DB
> Issue Type: Bug
> Components: JSF2 Extensions
> Reporter: Rainer Döbele
> Assignee: Rainer Döbele
> Priority: Minor
>
> When validating values of e:input or e:control tags, skip the default
> validations of the child input components.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)