Thanks Bill!

That worked. I had

   <%= link_to_remote("Say hello",{:action => 'hello'}) %>

and changed it to:

   <%= link_to_remote("Say hello", :url =>{:controller =>
'java', :action => 'hello'}) %>

And now it works. That's mysterious to me. I thought the controller
would be constant on a page served by that controller, but I guess
not.

--Colin


--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to