Colin Law wrote: > > I don't understand what you mean. Even if you use hidden fields the > url will still look as in your examples. Or are you actually talking > about what the code in your view looks like. If so then, for example, > you can just add the parameters in link_to, so for example: > link_to 'Some Text', :controller => 'some_controller', :action => > 'some_action', :t => '2010-02-23', tt => 'Type1' > > Colin
Sorry if didn't make myself clear. I just wanna get rid of the parameters in the URL and pass them so they're not in the URL. -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

