I have an alternate way, which I have used in my web2py application for the same purpose (order lines) using iframes. Works like charm.
A abstract of it is <form master> <inputA> ...... <ifrrame with no border (the page src is form2 which are the order lines> <more formmaster inputs> </form> hope it helps... On Apr 16, 8:01 pm, mdipierro <[email protected]> wrote: > We do not have an example of that yet but nothing prevents you from > going it. The best way should be by creating a one-to-many or a many- > to-many ajax widget. > > We are working extending the web2py capabilties in this direction: > > http://www.web2py.com/events/default/index > > So an example widget should be available soon. > > Massimo > > On Apr 16, 10:13 am, Paco <[email protected]> wrote: > > > Does web2py support the form / subform paradigm either thru web2py or > > thru T2? I'm thinking for example a page displaying an order form > > where I could add and delete form lines where "Orders" and "Order > > lines" are two tables having a one-to-many relationship. > > > Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py Web Framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

