Sharagoz wrote: > This is Prototype, not Rails, which is probably the reason for the > lack of responses. > The API is here: > http://www.prototypejs.org/api/ajax/options > > My guess is that you need to replace the comma with a plus operator > and prepend the second parameter with a & > > new Ajax.Request('/controller/action?id=" + value + "&status=JOINING', > {asynchronous:true, evalScripts:true, parameters:'resume[comment]=' + > $F('resume_comment" + forward_value + "') + '&joining_date=' + > $F('joining_date" + forward_value + "')}); return false;");
Ohh.. yeah yeah.. you are correct.. That was the thing i was missing.. Thanks with a big smile.. :) -- Posted via http://www.ruby-forum.com/. -- 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.

