Martijn van Rheenen wrote: Yups this was one issue .. Lot of erros gone .. But still left from above code i had written .. Declared an form like this also giving me error .. <% form_tag '/doctors/create', :method => 'post' do -%> <% end %> Why so champs..
> First of all, as XML is case sensitive, I would change this: > > <!DOCTYPE HTML PUBLIC... > <html> > > to this: > > <!DOCTYPE html PUBLIC... > <html> > > See what errors are still found after that. > (btw: this is more a html / xml related question than a > RubyOnRails-related > issue, just to be clear) -- 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 -~----------~----~----~----~------~----~------~--~---

