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 [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
-~----------~----~----~----~------~----~------~--~---