You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Jacques Le Roux <ja...@les7arts.com> on 2009/01/30 23:22:14 UTC

Re: Error rendering screen InvoiceScreens.xml#EditInvoiceApplications Cannot invoke method setScale() on null object

This works well here (please... user ML)

Jacques

From: "Cimballi" <ci...@cimballi.net>
> Hi,
> 
> I created an invoice, a payment and a payment application, and when I
> click on the update button of the Applied Payments section in the
> Invoices / Overview page, I have the following error :
> 
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
> [component://accounting/widget/InvoiceScreens.xml#EditInvoiceApplications]:
> java.lang.NullPointerException: Cannot invoke method setScale() on
> null object (Cannot invoke method setScale() on null object)
> 
> And the stack trace :
> 
> java.lang.NullPointerException: Cannot invoke method setScale() on null object
> org.codehaus.groovy.runtime.NullObject.invokeMethod(NullObject.java:77)
> org.codehaus.groovy.runtime.InvokerHelper.invokePogoMethod(InvokerHelper.java:784)
> org.codehaus.groovy.runtime.InvokerHelper.invokeMethod(InvokerHelper.java:758)
> org.codehaus.groovy.runtime.ScriptBytecodeAdapter.invokeMethodN(ScriptBytecodeAdapter.java:170)
> ListNotAppliedPayments$_getPayments_closure1.doCall(ListNotAppliedPayments.groovy:71)
> ...
> 
> Cimballi
>