some times we need send the parameters differently at different times, but the handler for the feedback is the same. so I would prefer not to create new Request, Can I? thx in advance. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Example please? On Fri, Jun 27, 2008 at 1:02 AM, ajaxer <calidion-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > some times we need send the parameters differently at different times, > but the handler for the feedback is the same. so I would prefer not to > create new Request, Can I? > thx in advance.-- Science answers questions; philosophy questions answers. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
thanks I have rewrite the ajax module to be able easily reused by the application On 6月27日, 下午9时02分, "Frederick Polgardy" <f...@polgardy.com> wrote:> Example please? > > On Fri, Jun 27, 2008 at 1:02 AM, ajaxer <calid...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > some times we need send the parameters differently at different times, > > but the handler for the feedback is the same. so I would prefer not to > > create new Request, Can I? > > thx in advance. > > -- > Science answers questions; philosophy questions answers.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
Make a function and pass the parameters as a string. On Jun 27, 2:02 am, ajaxer <calid...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> some times we need send the parameters differently at different times, > but the handler for the feedback is the same. so I would prefer not to > create new Request, Can I? > thx in advance.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-spinoffs-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---