I am using the auto complete components in Rails, and if I look at the generated source I see that the id is model_field and the name is model[field]. Given that i am evaluatin params individually , and not part of one form variable, which should I use to call that value with params[:name], model_field or model[field]? Thanks for your help and time, Ben -- Posted via http://www.ruby-forum.com/.
params[:model][:field] should get what you want. -- Andrew Stone -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060726/24772e60/attachment-0001.html