Since V1.8.4 off ZF all my dojo dialog are down.
This is a piece of one of my Form : 

$frechevenementcommunaute = new
Zend_Dojo_Form_Element_FilteringSelect('ann_communaute');
$frechevenementcommunaute->setDecorators(array('DijitElement',array('Label',
array('escape'=>false)),  array('HtmlTag', array('tag'=>'p'))))
                                               ->setAutoComplete(true)
                                           ->setStoreId('communautesStore')
                                   ->setStoreType('dojo.data.ItemFileReadStore')
                                   ->setValue(10)
                                  
->setStoreParams(array('url'=>'/1001sportifsv2/public/general/default/index/listecommunautesrechvideo'))
                                   ->setAttribs(array("searchAttr" =>
"techcommunautes_lib","onchange" => "modifliste(this.value)"))
                                   ->setLabel('<br/>Communauté');

With ZF1.8.3
/1001sportifsv2/public/general/default/index/listecommunautesrechvideo is
called automatically and the value corresponding to 10 is selected.

With 1.8.4 nothing is selected and 'populate' dont work at all.

I'm very desapointed and I cant find solution.
-- 
View this message in context: 
http://www.nabble.com/ZF1.8.4-and-Dojo-filteringselect-tp24417377p24417377.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to