This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes f:convertNumber is not supported with Session Replication (If property is BigDecimal) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "f:convertNumber is not supported with Session Replication (If property is BigDecimal)" Watch "f:convertNumber is not supported with Session Replication (If property is BigDecimal)" New topic
Author

f:convertNumber is not supported with Session Replication (If property is BigDecimal)

Deepthi Kiran
Greenhorn

Joined: Nov 07, 2012
Posts: 2
Hi!

I've a problem using JSF-RI 1.2

If I try to use f:convertNumber tag for an inputText and outputText i am getting below issue, using Session replication:


//D:/JBPMEar/qccswRel1_0.ear/qccsw.war/jsf/declaration/EXDeclarationBillOfLadingEdit.xhtml @931,5 value="#{declarationBillOfLadingBean.model.noOfPackages}": Can't set property 'noOfPackages' on class 'com.declaration.model.DeclarationBillOfLadingDTO' to value '10'.

noOfPackages datatype is BigDecimal

Please can anyone help me on this?


 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: f:convertNumber is not supported with Session Replication (If property is BigDecimal)
 
Similar Threads
select the chekbox generated at runtime of jsf page using javascript
How do I NOT require currency symbol on input, but still display it with convertNumber?
how to pass paramenter from one bean to another bean without using session in jsf 2.0?
Convert String to BigDecimal
can't change currency format to french automatically