Results 1 to 2 of 2

Thread: ROO web mvc conversion error

Threaded View

  1. #1
    Join Date
    Oct 2012
    Posts
    3

    Default ROO web mvc conversion error

    I created an entity, "Tasa" with a BigDecimal field.
    When I try to save a new "Tasa", with some decimal value like 12.30, the server says that "The request sent by the client was syntactically incorrect ()."
    Looking at the log I found:

    Failed to convert from type java.lang.String to type java.lang.Long for value '12.30';

    How do I force spring to convert to BigDecimal instead of Long ?
    Regards
    Emilio
    Last edited by enorrmann; Oct 25th, 2012 at 07:32 AM. Reason: spelling error

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •