I'am doing this:
http://zend-framework-community.634137.n4.nabble.com/How-to-Zend-Dojo-Form-Dependent-Selects-e-g-Country-City-td663650.html

and if i do this:
$this->view->form->getElement('subtipo')->setStoreParams(array('url' =>
'http://localhost/~xpete/project/public/info/lookup/tipo/1'));

I get this result on the generated html:
subtipo_id = new
dojo.data.ItemFileReadStore({"url":"http:\/\/localhost\/~xpete\/project\/public\/info\/lookup\/tipo\/1"});

I mean, the '\' have been replaced by '\/'. 
There's any way i can avoid this? this is a Zend bug?
I tried this with Zend FW 1.11.7 1.11.8 and 1.11.9 preview.

thx
Diogo


--
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/slashes-being-replaced-by-maybe-a-bug-tp3666299p3666299.html
Sent from the Zend Framework mailing list archive at Nabble.com.

-- 
List: [email protected]
Info: http://framework.zend.com/archives
Unsubscribe: [email protected]


Reply via email to