durusmail: quixote-users: So what _does_ the Quixote Form mechanics buy you?
So what _does_ the Quixote Form mechanics buy you?
So what _does_ the Quixote Form mechanics buy you?
2003-11-24
So what _does_ the Quixote Form mechanics buy you?
2003-11-24
So what _does_ the Quixote Form mechanics buy you?
2003-11-24
2003-11-24
So what _does_ the Quixote Form mechanics buy you?
2003-11-25
2003-12-05
So what _does_ the Quixote Form mechanics buy you?
Simon Cusack
2003-12-05
Hello Etienne,

In my opinion not much, everybody else seems to be into it but I found
it a bit cumbersome, I use the widgets but ditched the form as I like
to incorporate more than one form into a page.  I don't know if form2
makes this easier but form seemed to make this just a bit too hard so
I ditched it.

I'll often do something like

"""Customer Name: %(CustName)s
Phone No: %(PhoneNo)s
""" % { 'CustName' : self.CustName.render( request ), 'PhoneNo' : self.PhoneNo.render( request ) } and then to get the stuff out I just call if request.form : self.CustName.parse( request ) etc... This puts my insertion and extraction code right were I want it which is in the page building method not in yet another class. How do you do it? sim Monday, November 24, 2003, 8:32:48 PM, you wrote: EP> Confession time: I have been completely ignoring the Quixote Form and EP> Widget handling stuff for all my Quixote development, and manually EP> putting together HTML form elements in my PTL, and doing lots of EP> request.get_form_var calls. EP> What are the benefits of me diving into the Quixote form handling EP> stuff, in a nutshell? EP> --------- EP> Etienne Posthumus, IIDS Vrije Universiteit Amsterdam EP> http://www.cs.vu.nl/~etienne/ EP> _______________________________________________ EP> Quixote-users mailing list EP> Quixote-users@mems-exchange.org EP> http://mail.mems-exchange.org/mailman/listinfo/quixote-users -- Best regards, Simon mailto:simon.cusack@iinet.com.au
reply