On Tue, Sep 23, 2008 at 17:28, Matthew Weier O'Phinney <[EMAIL PROTECTED]> 
wrote:
> Yes. Use a QueryReadStore for the combo box data store, and do
> pagination on the server side to return smaller data sets. You can see
> an example of this with grids in my pastebin application, which uses the
> technique with a grid -- but it's the same basic idea:
>
>    http://weierophinney.net/matthew/uploads/pastebin-1.0.0.tar.gz

QueryReadStore sounds good.

But with your application I have a little problem:

[24-Sep-2008 07:48:27] PHP Fatal error: Uncaught exception
'Zend_Dojo_View_Exception' with message 'Lock already exists for id
"layout"' in 
D:\www\lib\ZendFramework-1.6.1\library\Zend\Dojo\View\Helper\DijitContainer.php:61
Stack trace:
#0 D:\www\pastebin-1.0.0\application\layouts\scripts\_layout.phtml(1):
Zend_Dojo_View_Helper_DijitContainer->captureStart('layout', Array)
#1 D:\www\lib\ZendFramework-1.6.1\library\Zend\View.php(107):
include('D:\www\pastebin...')
#2 D:\www\lib\ZendFramework-1.6.1\library\Zend\View\Abstract.php(787):
Zend_View->_run('D:\www\pastebin...')
#3 D:\www\pastebin-1.0.0\application\layouts\scripts\layout.phtml(2):
Zend_View_Abstract->render('_layout.phtml')
#4 D:\www\lib\ZendFramework-1.6.1\library\Zend\View.php(107):
include('D:\www\pastebin...')
#5 D:\www\lib\ZendFramework-1.6.1\library\Zend\View\Abstract.php(787):
Zend_View->_run('D:\www\pastebin...')
#6 D:\www\lib\ZendFramework-1.6.1\library\Zend\Layout.php(785):
Zend_View_Abstract->render('layout.phtml')
#7 D:\www\lib\ZendFramework-1.6.1\library\Zend\Layout\Controller\P in
D:\www\lib\ZendFramework-1.6.1\library\Zend\Dojo\View\Helper\DijitContainer.php
on line 61

regards,

-- 
Paweł Chuchmała
pawel.chuchmala at gmail dot com

Reply via email to