Results 1 to 3 of 3

Thread: Error submitting form with textarea

Threaded View

  1. #1
    Join Date
    Dec 2011
    Posts
    28

    Question Error 400 submitting form with textarea

    I have a simple Roo-project with a field set up like this:

    Code:
    field string --fieldName content --notNull --sizeMax 10000
    Roo generates a textarea for this in the views, which is fine!

    But as soon as I submit the form with content in the textarea, the webserver (tc runtime) gives an error 400:

    Code:
    HTTP Status 400 -
    
    description The request sent by the client was syntactically incorrect ().
    
    VMware vFabric tc Runtime 2.6.1.RELEASE/7.0.20.B.RELEASE
    I tried with Roo 1.2.0 and 1.2.1, and always get this error.

    Database-wise the field got created as a varchar(10000).

    Where is the problem here ?
    Last edited by yglodt; Feb 18th, 2012 at 07:00 AM.

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
  •