When you enter a number in the "row" input, it sends an Ajax request to the test() function, which then loads an empty form in the "target" div. If you then submit that form, it will post back to the parent page function (i.e., index), and it won't send the value of "row" again.
Anthony On Sunday, March 17, 2013 9:42:01 PM UTC-4, 黄祥 wrote: > > > Is that the entire view? You haven't included the form anywhere, so there >> are no company_0, company_1, etc. inputs. >> >> > yes, the form is appear (please find attached file). the strange part in > here is i can't see the <form> html tag in the page source except for the > ajax row one (the form input for bunch insert company data is not in page > source). when i inspect elements i can found the form input for bunch > insert. > > *found in inspect elements but not in page source :* > <input class="string" id="no_table_company_0" name="company_0" type="text" > value=""> > > -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

