I resolved the issue. It was something I was doing wrong with nesting. 
The form beginning tag was at the beginning of <td> tag and the form end 
tag was after end of the table </table>. so for some reason the 
resulting HTML had </form> tag right before the </td> of the same <td> 
the form started on! I moved the form beginning tag to before the 
<table> tag so it included the other fields.
Thanks,
Tam
-- 
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to