Marnen Laibow-Koser wrote: >> It can't handle more that one level below an array parameter. > > Are you sure? I've seen a few examples on the Web which imply that > this should work.
I can confirm that it's broken in Rails 2.0.2, and fixed in Rails >= 2.1.0. > By "array parameter", do you specifically mean one with a numeric > subscript, so that object[foo][bar][baz] would work as expected, > although objects[][foo][bar][baz] would not? If so, that would > explain some -- not all -- of the examples I've seen. objects[][foo] works, but objects[][foo][bar] did not. -- Rails Wheels - Find Plugins, List & Sell Plugins - http://railswheels.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 -~----------~----~----~----~------~----~------~--~---