Formencode has a notion of nested variables/repetitions. Is that what you are trying to do ?
http://formencode.org/Validator.html#http-html-form-input It can be tricky to setup but its possible. On Wed, Aug 18, 2010 at 12:18 PM, Krishnakant Mane <[email protected]> wrote: > Hello all, > I have off late posted a few questions which are challenging for me to > solve. > I have a need to create dynamic forms for my pylons application. > I had posted earlier on using tw.dynforms and asked for some guidance. > But now I know that I will be forced to change my templating engine to > genshi and due to its performance issues I don't feel it is a good option. > I also looked at sprox but seems its prritty unclear about dynamic forms + > it needs sqlalchemy or some thing similar to work with. > My API calls and database objects are linked through an xmlrpc module and > my pylons web app is going to sit on top of this xmlrpc layer. > SO I can't directly use SA or similar ORM in my pylons Model. > I am now trying to figure out if tw.jquery would work for me, But I can't > figure out if there is a way to get tw.jquery work with pylons and if it > does really help generating dynamic forms where rows of fields could be > added or removed by the user at runtime. > Can some one guide me in the right direction? > > Happy hacking. > Krishnakant. > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<pylons-discuss%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en.
