Hi, I am encountering this weird problem while submitting the form. A simple form is created and when I click on submit button, the page does nothing. There is no action taken. Ideally, it should redirect to the list page. When I click submit, the page shows no error, nothing but stays in its current state. Can anybody help me on this? Thanks Manu --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Manu Sharma wrote:> When I click submit, the page shows no error, nothing but stays in its > current state. Can anybody help me on this?This will definitely happen if you create a submit button that is not inside a form element. Otherwise, more information is required. In particular, context. What is the contents of the view? When your browser is displaying the form, view the source and see if it''s what you expect. Does anything appear in your log file when you hit the submit button? -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---