Thanks! ~ ian
On Mon, Mar 31, 2008 at 7:26 PM, Pranay Pandey < [EMAIL PROTECTED]> wrote: > Hello Ian, > > There may be two ways to do that if you are going to use form widget > then you have add in screen > <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="50"/> > and then in form use paginate-target="ScreenName " list-name="listIt" > you will need to fetch the list in screen itself or you will have to use > "performFind" in the form" and if it is complex than by using bsh it > can be implemented. Find some relevant code and implement the logic. > > -- > Thanks and Regards > Pranay Pandey
