weierophinney wrote:
>
> -- Tridem <[email protected]> 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
>> from
>> the StoreUrl and populates it correctely.
> ....
>
> This issue was fixed in trunk and the 1.9 release branch just yesterday,
> and will be in Tuesday's release of 1.9.6.
>
Hello Matthew
I'm working with the newest Zend Version 1.11.2 and DoJo 1.5 from load from
GoogleApis.
I believe the problem is not fixed.
What do I wrong, my initilization of the FilteringSelect is,
$elements[] =
$this->createElement('FilteringSelect','KEY',array('size'
=>1,
'label' => 'Mein Label',
'storeId' => 'filSelTaKey',
'storeType' => 'dojox.data.QueryReadStore',
'storeParams' => array(
'url' => '/apserver/json/tankautomat'),
//'identifier' => 'id'),
'dijitParams' => array(
'displayedValue' => 'text',
'optionValue' => 'id',
'searchAttr' => 'text')));
I do an $form->populate($record) and in $record['KEY'] is the right value,
but it would displayed the first.
Best Regards
Andreas
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Zend-Form-populate-method-doesn-t-support-FilteringSelect-ComboBoxes-using-a-Dojo-datastore-tp663580p3242276.html
Sent from the Zend Framework mailing list archive at Nabble.com.