ofbiz list form 分页

修改list form的每页默认显示记录数:

 

<screen name="">
        <section>
            <actions>
 
                <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="2"/>
 
            </actions>
            <widgets>
                                 <include-form name="***Form" location=""
        </section>
    </screen>

 

 

 <form name="" type="list" list-name="upcomingJobs" paginate="true" paginate-size-field="viewSize" separate-columns="true">

你可能感兴趣的:(ofbiz)