Results 1 to 3 of 3

Thread: Error submitting form with textarea

  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.

  2. #2
    Join Date
    Dec 2011
    Posts
    28

    Default

    Any hint what could go wrong here? Am I the only unlucky fellow who can not insert blobs?

    Btw there is no exception in the server console when the error 400 happens.
    Last edited by yglodt; Feb 21st, 2012 at 03:54 PM.

  3. #3
    Join Date
    Dec 2011
    Posts
    28

    Default

    If someone wants to see the error, go to the following URL and try to post a new "Content" with a non-empty textarea:

    http://iman.glodt.name/iman/contents?form

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
  •