Salil Gaikwad wrote: > Hi Sharanya, > > > > render :update do |page| > if error occurs # write a condition which checks error occurs or > not here > page.show , "errors" > page.replace_html, "errors", "Write a String after error > occurs here." > else > page.hide , "errors" > # code u want to update if error not occurs. > end > end > > > Check development.log if u running application in development mode for > AJAX errors.
Thankx a lot. It is working with submit_to_remote itself after taking :update attribute from views page. -- 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 -~----------~----~----~----~------~----~------~--~---

