You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Boris Kovalenko <bo...@tagnet.ru> on 2006/07/23 09:51:44 UTC

What does this error mean?

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