On Sun, Jan 8, 2012 at 11:40 AM, venkata reddy <[email protected]> wrote: > As i already mentioned above, i am using 3.0.10 here and the default > js library is prototype. But still i am not able make observe_field > working.
Missed that. Sorry. In that case I'd need to know more about what 'not working' means. You might want to start by looking at the page source. Is the ajax code there? If so, is its url pointing to the action you expect it to be pointing to? Using Firebug (you can't do much debugging of ajax without it), when the field changes is the ajax firing and generating the expected post in the console? If you haven't already, put some logging in the controller action. Is it getting fired? With the expected parameter(s)? Etc... HTH, Bill -- 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.

