I can’t remember if there is some html rule with form fields or table
rules, but the html seems to get modified as the page kind of
twitches, but the fields don’t redisplay as they should. The view
source confuses me as it appears the div moved someplace else and left
the old fields intact where they where.
<% attr.my_ingredients.each do |ingred| %>
ingred.name %>
twitches, but the fields don’t redisplay as they should. The view
source confuses me as it appears the div moved someplace else and left
the old fields intact where they where.
You have not shown us how the form itself is fitted into or around the
table. A form cannot lie inside a table unless it is entirely within
one cell. A table can lie entirely within a form.
If you are not sure whether you have valid html copy the entire page
source (View > Page Source or similar in your browser) and paste it
into the w3c html validator. Once you have valid html then try the
remote stuff again.
Colin
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.