Re: problem is maintain checkbox status while doing pagination

2016-11-08 Thread Samuel Pelletier
es, not a hyperlink. > > From: on behalf > of sai krishna Bhogireddy > Date: Monday, November 7, 2016 at 11:25 PM > To: "webobjects-dev@lists.apple.com" > Subject: problem is maintain checkbox status while doing pagination > > Hi, > > I am display

Re: problem is maintain checkbox status while doing pagination

2016-11-08 Thread Chuck Hill
You need to use a form submission to change pages, not a hyperlink. From: on behalf of sai krishna Bhogireddy Date: Monday, November 7, 2016 at 11:25 PM To: "webobjects-dev@lists.apple.com" Subject: problem is maintain checkbox status while doing pagination Hi, I am displayi

problem is maintain checkbox status while doing pagination

2016-11-07 Thread sai krishna Bhogireddy
Hi, I am displaying list of objects using a WODisplaygroup, and WORepetition. The user will select some items from first page, then move on to next page and select some and so on using check boxes. The problem is when the use selects a previous page, his selection is gone. How to implement this.