ajax - Typo3 - Extbase Bootstrap->run ignores content element's record storage page -


i have extension adds custom content element called "products". i'm trying make ajax pagination. when try products list styles.content.get, products rendered correctly, when i'm using extbase way, no products.

the custom page type:

ajaxproductlist = page ajaxproductlist {     typenum = 6      config {         disableallheadercode = 1         additionalheaders = content-type:text/html     }      # working     10 < styles.content.get     10.where = ctype='products_main'      # not working     10 = user     10 {         userfunc = typo3\cms\extbase\core\bootstrap->run         extensionname = products         pluginname = main         vendorname = vendor     } } 

any idea why?

edit:

adding storagepid manually under vendorname fixes issue, there way considered automatically?

persistence.storagepid = 116 


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -