UEL exception while getting value: java.lang.NumberFormatException: For input string:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

UEL exception while getting value: java.lang.NumberFormatException: For input string:

SRINIKALLS
Hi

           In minilang simple-method I am getting the follwoing error as:
UEL exception while getting value: java.lang.NumberFormatException: For input string:

here I am trying to set the BigDecimal value to String value.

Please let me know how to set this value


Thanks & Regards
Prashanth Jilla
Reply | Threaded
Open this post in threaded view
|

Re: UEL exception while getting value: java.lang.NumberFormatException: For input string:

Chirag Manocha
Can you give some code reference ?

--
Thanks & Regards
Chirag Manocha
Hotwax Media Pvt. Ltd.
(M) +91-982-631-9099


On Tue, Jul 7, 2009 at 4:24 PM, SRINIKALLS <[hidden email]
> wrote:

>
> Hi
>
>           In minilang simple-method I am getting the follwoing error as:
> UEL exception while getting value: java.lang.NumberFormatException: For
> input string:
>
> here I am trying to set the BigDecimal value to String value.
>
> Please let me know how to set this value
>
>
> Thanks & Regards
> Prashanth Jilla
> --
> View this message in context:
> http://www.nabble.com/UEL-exception-while-getting-value%3A-java.lang.NumberFormatException%3A-For-input-string%3A-tp24371081p24371081.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>
>
Reply | Threaded
Open this post in threaded view
|

Re: UEL exception while getting value: java.lang.NumberFormatException: For input string:

Adrian Crum
In reply to this post by SRINIKALLS
Why would you want to convert a BigDecimal to a String? Mini-language
will do conversions automatically when needed.

-Adrian

SRINIKALLS wrote:

> Hi
>
>            In minilang simple-method I am getting the follwoing error as:
> UEL exception while getting value: java.lang.NumberFormatException: For
> input string:
>
> here I am trying to set the BigDecimal value to String value.
>
> Please let me know how to set this value
>
>
> Thanks & Regards
> Prashanth Jilla