I have an index page that builds a table, and I am trying to allow users to edit line\'s in the table. I am trying to do this in the most basic way possible - no javascript
This type of error is most frequently one generated by invalid HTML. Various sources of errors can be:
<
or >
table
or tr
tags (within td
is allowed)The form helpers need to be properly nested, otherwise these quirks will bite you...