Hi, I've been hammering away at a deform widget that consists of 2-3 dropdown menus that are much like the 'cascading' jquery plugin, i.e. you choose a value in the first menu and an ajax call is made to a url that returns the values for the subsequent menu and the same for the 3rd one.
So far I've got the jquery/python going independently of deform and now I'm trying to create a deform widget for it. Here's the deform widget code: http://duffyd.pastebin.com/GpxyjmCq Here's my current template code: http://duffyd.pastebin.com/JtYWeLRz And here's the traceback I get when clicking on submit: http://duffyd.pastebin.com/FQsC1W2X This is the jquery: http://duffyd.pastebin.com/EV26iPht Any tips on how I can get this to work in deform? Thanks, Tim _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev