You can always pass the values as hidden fields... your data isn't going directly from controller to controller. There are views in between, so you need a way to ship the data via the views. If you don't want to see the values on the pages, you can use hidden fields to pass along the data. -- 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 -~----------~----~----~----~------~----~------~--~---

