|
I worked in bsh files some time before.And i was comfortable in Pagination concept in that.But in case of Form Widget and Screen widget i m facing a problem.
In *Screen.xml file i m having the code :
<screen name="ListFixedAssets"> <section> <actions> <set field="title" value="List Fixed Assets"/> <set field="tabButtonItem" value="ListFixedAssets"/> <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer" default-value="0"/> <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="10"/> <set field="fixedAssetId" from-field="parameters.fixedAssetId"/> <entity-condition entity-name="FixedAsset" list-name="fixedAssets"/>
And in the *Form.xml file i m having the code :
<form name="ListFixedAssets" type="list" list-name="fixedAssets" paginate-target="ListFixedAssets"
default-title-style="tableheadtext" default-widget-style="tabletext" default-tooltip-style="tabletext">
And Pagination is not working on my screen.Can anyone of you please explain me what i m doing wrong.
Any documentation on pagination and related things.????????
Thanks in advance.
Your help would be appreciated.
Regards
Ashish
|