Hi,
I'm trying this extension and configure it exactly the same as in README, however it threw following exception when try to run sample :
JSVFormController cannot find the requested view "nav-bar".
#0 /public_html/domain1.com/public/test/protected/controllers/JSVFormController.php(47): CController->renderPartial('nav-bar', NULL, true)
#1 /public_html/domain1.com/public/yii/framework/web/actions/CInlineAction.php(32): JSVFormController->actionTestForm()
#2 /public_html/domain1.com/public/yii/framework/web/CController.php(265): CInlineAction->run()
#3 /public_html/domain1.com/public/yii/framework/web/CController.php(243): CController->runAction(Object(CInlineAction))
#4 /public_html/domain1.com/public/yii/framework/web/CController.php(225): CController->runActionWithFilters(Object(CInlineAction), Array)
#5 /public_html/domain1.com/public/yii/framework/web/CWebApplication.php(335): CController->run('TestForm')
#6 /public/yii/framework/web/CWebApplication.php(123): CWebApplication->runController('JSVForm/TestFor…')
#7 /public_html/domain1.com/public/yii/framework/base/CApplication.php(170): CWebApplication->processRequest()
#8 /public_html/domain1.com/public/test/index.php(11): CApplication->run()
#9 {main}
Strangely, it run Ok for the QuickStart part ie. Contact.php modification.
any idea ?
-majin-