2008年10月22日星期三

Re: [fw-mvc] dojo.data and controller/action

Solved!! Now it works.
There were wrong tags(< and >)
>
> <div dojoType="dojo.data.ItemFileReadStore" jsId="menuOrdini"
> url="</menu/ordininav/"></div>

correct
>
> <div dojoType="dojo.data.ItemFileReadStore" jsId="menuOrdini"
> url="/menu/ordininav/"</div>
you are great!!!
thanks
--
View this message in context: http://www.nabble.com/dojo.data-and-controller-action-tp20106622p20112653.html
Sent from the Zend MVC mailing list archive at Nabble.com.

没有评论: