What a great tool. When I click the select box, in firebug, I see a
RED:

POST http://localhost:3000/channels/assocboxchange/

with a littel red circle with a white X in it. IF I look at the
parameters, those seem to be passed properly.

In my ChannelsController, I have:

 def assocboxchange
    puts "you;re in"
    render :action => 'display'
  end

Which doesn;t get hit -- obviously, that red POST line is trying to
tell me something is wrong...but what? -Janna B
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to