On May 20, 11:36 pm, Ar Chron <[email protected]>
wrote:
> 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 viahttp://www.ruby-forum.com/.
you mean to say in view there should be some fields which will be set
in controller but will be invisible to the user.
Then in this case, will the values be accessed through param[] table.
Can you please give a small example or some pointer to study about
this topic. if possible
vipin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---