Re: [fw-general] $form-populate and FilteringSelect using Dojo datastore doesn't work, issue tracker won't let me submit bug, nowhere else to turn

2008-11-13 Thread Cameron
I've had a look at the version in the trunk, and it's not going to work for anyone - maybe I'm crazy, but I've always thought selects were best used as an id = value pair, so the id matches the id value in your database, so you don't have to rely on clunky string matching. In the refactored

Re: [fw-general] $form-populate and FilteringSelect using Dojo datastore doesn't work, issue tracker won't let me submit bug, nowhere else to turn

2008-11-12 Thread Cameron
So you don't have to recreate it, the Autocomplete Helper is as follows. It's a cut and paste of the work some other wonderful gentleman did, and I turned off the validator because i was lazy. class Zend_Controller_Action_Helper_AutoCompleteDojoNew extends

Re: [fw-general] $form-populate and FilteringSelect using Dojo datastore doesn't work, issue tracker won't let me submit bug, nowhere else to turn

2008-11-12 Thread Matthew Weier O'Phinney
-- Cameron [EMAIL PROTECTED] wrote (on Wednesday, 12 November 2008, 06:51 PM +0900): So you don't have to recreate it, the Autocomplete Helper is as follows. It's a cut and paste of the work some other wonderful gentleman did, and I turned off the validator because i was lazy. BTW, the

Re: [fw-general] $form-populate and FilteringSelect using Dojo datastore doesn't work, issue tracker won't let me submit bug, nowhere else to turn

2008-11-12 Thread Bart McLeod
Didn't get to it today, but didn't forget about it either. I am looking for the simplest possible implementation of your use case. Bart Cameron schreef: So you don't have to recreate it, the Autocomplete Helper is as follows. It's a cut and paste of the work some other wonderful gentleman

Re: [fw-general] $form-populate and FilteringSelect using Dojo datastore doesn't work, issue tracker won't let me submit bug, nowhere else to turn

2008-11-11 Thread Bart McLeod
Hi Cameron, I tried to set up a testsite yesterday evening, but I ran out of time (mostly because I did not do much Dojo so far). I will keep looking into this and file a bug if I can confirm it. Will use your examples if possible to set it up and confirm the bug. While you are at it, could