Re: [fw-general] Zend Form populate method doesn't support FilteringSelect / ComboBoxes using a Dojo datastore.

2009-11-20 Thread Tridem
My problem is similar. The only solution I found so far is using Dojo with the setUseDeclarative() method instead of the setUseProgrammatic(). By this the Comobox or FilteringSelect starts loading the multiOptions from the StoreUrl and populates it correctely. Still this isn't very pleasing. At

Re: [fw-general] Zend Form populate method doesn't support FilteringSelect / ComboBoxes using a Dojo datastore.

2009-11-20 Thread Matthew Weier O'Phinney
-- Tridem tech...@tridem.de wrote (on Friday, 20 November 2009, 04:01 AM -0800): My problem is similar. The only solution I found so far is using Dojo with the setUseDeclarative() method instead of the setUseProgrammatic(). By this the Comobox or FilteringSelect starts loading the multiOptions

[fw-general] Zend Form populate method doesn't support FilteringSelect / ComboBoxes using a Dojo datastore.

2008-11-06 Thread Cameron
Hi guys, I've got some form elements built using Dojo data stores, basically like this: $this-addElement('FilteringSelect', 'client_id', array( 'label'= 'Client:', 'store' = 'clientStore', 'autoComplete' = 'false',