Re: PageableListView Question

2009-07-15 Thread Igor Vaynberg
tie the ddc and the listview using a field: ddc writes selection into the field, listview reads the field when constructing the list. to do so use models like below: -igor public class mypage extends webpage { private string criteria; private list getresults() { // do some search base

PageableListView Question

2009-07-15 Thread jpalmer1026
I'm trying to populate a PageableListView based on the value selected from a DropDownChoice, but am not sure how to do this. I feel like I'm pretty close, so I've attached what I've done so far with the hopes that someone might be able to lend a hand. My code is as follows:public class Declara