I am again stuck on to the age old debate of Session v/s Request scope form beans. I have a fairly large amount of data in my form bean, Since I have my own pagination logic, I need to keep a large amount of data on jsp, I am using hidden fields to move the data back and forth between server and client. I just wanted to know, how much of impact would be in terms of performance, if I put the data in session compared to passing the data in hidden fields.
Thanks and Regards, Nitish Kumar