I currently have an action in a controller that accepts input from a
form and it works fine. It recieves the data in a hash and uses that
well.
I now on another page want to submit data to that controller/action and
i cant seem to figure out how to encode the hash. It throws a wobbly on
the brackets and also i have tried {:search => {:searchterm}}. No joy.
On 10/24/05, sourj <s@ss.com> <surj.patel@gmail.com> wrote:
Hi all,
I currently have an action in a controller that accepts input from a
form and it works fine. It recieves the data in a hash and uses that
well.
I now on another page want to submit data to that controller/action and
i cant seem to figure out how to encode the hash. It throws a wobbly on
the brackets and also i have tried {:search => {:searchterm}}. No joy.