Hello! What does this error mean:
/pages/admin/references/services/edit.xhtml @72,0 value="#{serviceform.periodicService.price}": Exception setting property price of base with class ru.tagnet.beans.references.services.PeriodicService
It ocurred what I use
<f:convertNumber pattern="#{bundle['formats.currency.2d']}"/>
on h:inputText. formats.currency.2d == #,##0.00 and input field is of
class java.math.BigDecimal
P.S. 1.1.4-core-spap, 1.1.3-tomahawk
With respect,
Boris

