> 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. That requires a POST request.
If you want an URL that looks something like "actions/new/678542324/851829735/Type1", then you could define a custom route like "map.connect ':controller/:action/:id/:at/:t/:tt'", which would enable you to add more parameters without labeling them in the url itself, but I am not sure how well that works with restful resources. -- 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.

