Sudheer Satyanarayana wrote:
> 
> Garey Smiley wrote:
>>
>> Sudheer Satyanarayana wrote:
>>   
>>> Garey Smiley wrote:
>>>     
>>>> I can't seem to find a fully working Zend_Dojo_Form example that
>>>> actually
>>>> works and includes bootstrap, controller and view that work with the
>>>> example
>>>> Zend_Dojo_Form class.
>>>>
>>>> I've tried many of them from the web, but all of them seem to be
>>>> missing
>>>> certain vital information to actually make them work.
>>>>   
>>>>       
>>> Have you tried the following?
>>>
>>> http://techchorus.net/add-cool-zend-dojo-date-picker-form-element-without-writing-single-line-javascript
>>> http://techchorus.net/autocomplete-example-zenddojoformelementfilteringselect-and-zenddojodata
>>>
>>> -- 
>>> With warm regards,
>>> Sudheer. S
>>> Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net,
>>> Personal: http://sudheer.net
>>>
>>>
>>>     
>>
>> Yep. I got:
>>
>> Fatal error: 
>>      Uncaught exception 'Zend_Controller_Dispatcher_Exception' with message
>> 'Invalid controller specified (index)' 
>>      
> The error message indicates, you haven't set the right controller 
> directory or there is no index controller. You will be able to get 
> Zend_Dojo_Form to work only after the 'invalid controller' issue is fixed.
> 
> 
> 
> -- 
> 
> With warm regards,
> Sudheer. S
> Business: http://binaryvibes.co.in, Tech stuff: http://techchorus.net,
> Personal: http://sudheer.net
> 
> 
> 


Okay I fixed the example code that I downloaded and now I get:

Fatal error: Uncaught exception 'Zend_Loader_PluginLoader_Exception' with
message 'Plugin by name 'Dojo' was not found 
in the registry; used paths: Zend_View_Helper_:
Zend/View/Helper/:../application/views/helpers/' 
in
/opt/ZendFramework/ZendFramework-1.7.7/library/Zend/Loader/PluginLoader.php:390 
Stack trace: 
        #0
/opt/ZendFramework/ZendFramework-1.7.7/library/Zend/View/Abstract.php(1105):
Zend_Loader_PluginLoader->load('Dojo') 
        #1
/opt/ZendFramework/ZendFramework-1.7.7/library/Zend/View/Abstract.php(556):
Zend_View_Abstract->_getPlugin('helper', 'dojo') 
        #2
/opt/ZendFramework/ZendFramework-1.7.7/library/Zend/View/Abstract.php(323):
Zend_View_Abstract->getHelper('dojo') 
        #3 [internal function]: Zend_View_Abstract->__call('dojo', Array) 
        #4
/var/www/development/ZendFramework/temp/application/views/scripts/index/index.phtml(3):
Zend_View->dojo() 
        #5 /opt/ZendFramework/ZendFramework-1.7.7/library/Zend/View.php(107):
include('/var/www/develo...') 
        #6
/opt/ZendFramework/ZendFramework-1.7.7/library/Zend/View/Abstract.php(820):
Zend_Vi in
/opt/ZendFramework/ZendFramework-1.7.7/library/Zend/Loader/PluginLoader.php
on line 390


-- 
View this message in context: 
http://www.nabble.com/Zend-Framework-Dojo-Form-Example-with-everything-working--tp22686925p22703721.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to