Forum OpenACS Development: template::multirow append silent with mismatched columns

If the number of columns does not match for template::multirow::append the function does not throw an error (it ignores any extra columns and sets any missing ones to the empty string).

I think both cases should throw an error (certainly the extra column case should and I think the missing column one should though there is an argument on the other side I guess).

Does anyone disagree with making both of those errors?

Jeff, I agree that both cases should be errors.
Yes, please, make them both errors.