I just tried a single component with ajax=True and found that it was not responding. Digging more deeply, I am finding that request.vars includes only _formname="default" and _formkey=<long hex number>. Only with a single form and ajax=False do I see the expected autoEQ = "yes".
Any idea what's going on? Thanks, G On Aug 3, 9:13 pm, pbreit <[email protected]> wrote: > I think with ajax=False you're going to run into problems because the end > result is both of the forms on one page of HTML and the controller might get > confused on which to handle. > > But I would think ajax=True should work. ajax_trap should be unnecessary. > > Can you get one form to work by itself with ajax=True?

