You'll have to implement your own logic to make that work. I generally do it with :
* jquery making ajax calls on select change events to fill the appropriate options (I use the name of the tag as jquery selector) * a colander inter-field validator ( an example can be found there : http://deformdemo.repoze.org/interfield/ ) Le 08/04/2014 06:09, Fenton Travers a écrit : > like: > > select: country > > then > > select: city > > so if Italy is selected for country, Rome shows up in city options and > London does not. > > I'm using Deform/Colander/Pyramid/Chameleon (latest versions) > -- > 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] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. -- 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.
