eb汽车
unread,May 4, 2008, 10:10:07 AM5/4/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CZUG-Plone技术讨论
getFolderContents.py中:
b_size="**",需要显示的条目数,默认100
在3.1下不好使,应该怎么解决这个问题???
if batch:
from Products.CMFPlone import Batch
b_start = context.REQUEST.get('b_start', 0)
batch = Batch(contents, b_size, int(b_start), orphan=0)
return batch