[Rails] Re: problem using rjs, please help

2009-07-23 Thread timr
Thank you. It works. I will put the gasoline back in the truck...for now. Tim On Jul 23, 10:01 am, sami wrote: > sijo is right , when you use :update that try to > update that fragment and send the response to that fragment > > before the calling of rjs the response already send to that fragment

[Rails] Re: problem using rjs, please help

2009-07-23 Thread sami
sijo is right , when you use :update that try to update that fragment and send the response to that fragment before the calling of rjs the response already send to that fragment On Jul 23, 1:28 pm, Sijo Kg wrote: > Hi >   change > > > <%= link_to_remote("hello", :update => "rjs", :url => {:act

[Rails] Re: problem using rjs, please help

2009-07-23 Thread Sijo Kg
Hi change > <%= link_to_remote("hello", :update => "rjs", :url => {:action => > "hello_dude"}) %> to <%= link_to_remote("hello", :url => {:action =>> "hello_dude"}) %> Sijo -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received t