as reference for the future reader tw.dynforms provides a cascading widget, that allows to change options of other widget when itself is changed.
it works for selection list only, I had to tweak a lot to make it work with radio buttonlist (CascadingRadioButtonlist), mostly the js part which curiously doesn't rely on jquery. the documentation is non existent or minimal, in the controller that changes the options should be @json decorated and return a dict which keys are ids of other fields, and values are the new options to provide. -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

