Hi,
We have an InputBox mapped to EO attribute of type BigDecimal. Whenever user enters any special character other than numeric gets below error message.
<af:inputText id="it2" value="#{bindings.Number.inputValue}"
autoSubmit="true" columns="10" immediate="true"
binding="#{pageFlowScope.ServicesBean.numberInputText}">
</af:inputText>
Error
Component r2:0:it2: '/' must be a signed decimal number consisting of zero or more digits, that may be followed by a decimal point and fraction.
Tried adding custom error message in resource bundle as shown below, but no use.
javax.faces.converter.BigDecimalConverter.DECIMAL=Summary - BigDecimal conversion error
javax.faces.converter.BigDecimalConverter.DECIMAL_detail=Detail - BigDecimal conversion error
Is there any way of giving custom message?
JDev Studio Edition Version : 11.1.1.6.0
Thanks,
Bhaskar Pola