Displaying 1 result from an estimated 1 matches for "category_category".
2006 Jul 19
12
[Slightly OT] POSTing data to a Rails App
...O application (Four Days with Rails) with Borland C++ Builder that
has some components for HTTP access.
According to the application, to create a new category, I need to post
to "http://localhost/categories/create" (that seems to work fine)
For the POST string, I''m using "category_category=newCat" - this seems
to have a problem cos the server returns a packet saying that it was
unable to save the data - "Category is too short (minimum is 1 characters)"
The form to which I am posting has the following:
<form action="/categories/create" method="pos...