On Fri, Aug 28, 2015 at 04:21:32PM -0700, Kurt Bendl wrote: Hi Kurt,
> I keep getting pulled into project management stuff, and I'm lucky these > days if I get to code for any length of time. If someone has examples of > how I might get better renders via deform, or maybe some example of using > some hand-built forms but still use the deform/colander validation and > error responses, or an entirely different approach that I should be using > instead, I'd be grateful. I'm open to just about anything at this point. > > Lurking on this list the past few years, I really appreciate your ideas or > opinions. Here a entirely different approach: I'am doing a lot of form rendering and validation here at work too and we are using formbar[0] as validation and rendring library for our forms. The forms are quite big (30-400 Fields) and we were seeking for more control on the layout and form logic too. Formbar uses a very different approach to the most form libraries I know. I uses a XML file to define the formlogic, rendering and other things. The library isn't by far not as polished as deform/colander or other more known libraries but it helps us a lot managing larger forms. Maybe this is of some value for you. [0] http://formbar.readthedocs.org/en/latest/start.html Torsten -- Torsten Irländer | ++49-541-335 08 30 | http://www.intevation.de/ Intevation GmbH, 49074 Osnabrück, DE | AG Osnabrück, HR B 18998 Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
