Best way keeping data between pages?

Hello,

I have a 2 filled list box's on page 1, only 6 items max

in each box. I need to traverse other pages to get data and bring it back to page 1 and still bring up the original

2 list boxes of data.

Should I use parameters passing hidden variables?

It would be easier it seems if I could hide 2 list boxes

on the other pages, don't know if that's possible.

Or is there a better way ?

Thanks,

Wayne

[479 byte] By [wasforce] at [2007-9-26 2:50:40]
# 1
you shld try storing the values on a bean, or store the values in session object using setAttribute and getAttribute methods
Zerg2000 at 2007-6-29 10:37:24 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...