What is shown in the log file for the parameters for the request? You should
see data
Processing YourController#method ... Parameters: .....

Colin

2009/5/29 Brian Hartin <rails-mailing-l...@andreas-s.net>

>
> Hi all,
>
> I am seeing a behavior for which I can't find documentation.  I am
> posting a form to a url with query params formatted in the Rails manner:
>
> /controller/action?foo[bar]=3  # Of course, the brackets are properly
> encoded
>
> When doing this, the actual form fields get lost, e.g.
>
> params[:foo] # This gives {:bar => 3}
>
> even though the form has other fields for foo.
>
> Any ideas?
>
> Thanks so much,
>
> Brian Hartin
> --
> Posted via http://www.ruby-forum.com/.
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to