Page Iterator
Hi!
I've got a problem to develop a page iterator in my web app.
I use with J2EE the Strut framework of Apache. My problem is the following:
I call a session EJB which search record and put it in a list. This list is recorded in my remote interface. I would like to create a method in this remote to load a part of my list in my servlet.
Is it possible?
Is it clear?
Thx

