[
https://issues.apache.org/jira/browse/EMPIREDB-320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16987663#comment-16987663
]
Jan Glaubitz commented on EMPIREDB-320:
---------------------------------------
Hi Rainer,
is your code tested?
there are two different NumberFormats:
- Integer: NumberFormat.getIntegerInstance()
- Decimal: NumberFormat.getNumberInstance(locale)
My argument for using different methods for parsing integer and decimal: i
guess the chances that anyone ever wants to change the default integer parsing
is very low - but for decimal is high (because I want to do it).
But if you think its better because its simpler I can live with your
implementation.
> 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)