I have a SQLFORM in a component that works smoothly. I'm placing another
component inside that form, which loads just fine. But with that nested
component present the form is no longer processed properly. The POST values
(visible in Firebug) are all identical, whether or not the nested component
is there. But the form just doesn't process properly. I always get a
form.error thrown. So the problem is not in collecting the values from the
form fields. It's on the processing side. Can anyone think of a reason this
would happen?