I think this is a problem of my own making. I had originally gone with a style of multiple forms to one page. Then turned it into components, but left things like hidden fields with the form name intact. So once i went back and cleaned up the hidden fields with form names that were meant for multiple forms to a page, everything started to work. Lesson learned.
On Aug 8, 5:22 am, Massimo Di Pierro <[email protected]> wrote: > which web2py version (number and date)? what's in the component? > > On Aug 8, 3:33 am, weheh <[email protected]> wrote: > > > > > > > > > I have a component that I've tested stand alone and it works OK. But > > when I use a LOAD statement to load the component into my app, it > > stops working. In particular, during LOAD, the form.accepts() > > statement always fails. > > > Anybody run across something like this before? If need be, I'll post > > some code.

