Ruby on Rails Monday, November 29, 2010

Sure. I have a page in (view\controller x) with an input field.
Submitting the form displays the value of the input field on this same
page.

There is a link on this page that connects to another page in a
different view/controller (view\controller y). I want to use the param
(input field value) as a conditon in a 'find' in the controller y. But I
am not yielding results. It's like the param is empty. I hope this makes
it a little clearer

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

No comments:

Post a Comment