I need some parameters to go from my rhtml to my rjs. Anyone know how to do this? -- Amos King A. King Software Development and Consulting, L.C. http://dirtyInformation.com -- Looking for something to do? Visit http://ImThere.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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
If you are submitting a form, you can always pass strings using hidden input tags. If you are just doing a call using an updater then you can pass some parameters as additional URL parameters. Michael On Jun 24, 2007, at 5:35 PM, Amos King wrote:> > I need some parameters to go from my rhtml to my rjs. Anyone know how > to do this? > > -- > Amos King > A. King Software Development and Consulting, L.C. > http://dirtyInformation.com > -- > Looking for something to do? Visit http://ImThere.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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > To unsubscribe from this group, send email to rubyonrails-talk- > unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org > For more options, visit this group at http://groups.google.com/ > group/rubyonrails-talk?hl=en > -~----------~----~----~----~------~----~------~--~--- >
thanks. I tried that. I ended up having to make an action to set the parameters, and give it the same name as the .rjs. On 6/24/07, Michael Latta <lattam-ee4meeAH724@public.gmane.org> wrote:> If you are submitting a form, you can always pass strings using > hidden input tags. If you are just doing a call using an updater > then you can pass some parameters as additional URL parameters. > > Michael > > > On Jun 24, 2007, at 5:35 PM, Amos King wrote: > > > > > I need some parameters to go from my rhtml to my rjs. Anyone know how > > to do this? > > > > -- > > Amos King > > A. King Software Development and Consulting, L.C. > > http://dirtyInformation.com > > -- > > Looking for something to do? Visit http://ImThere.com > > > > > > > > >-- Amos King A. King Software Development and Consulting, L.C. http://dirtyInformation.com -- Looking for something to do? Visit http://ImThere.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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---