I have a servlet which show a row from a Database table.
i want to store that data in an object or java bean so i can access when necessary.
the problem i have is that when the servlet moves on (using a button to the next servlet)
the data in the bean is deleted.
I cant use request.getparameter either because i need the data more than once from different servlets.
Thanks for your help
Kurt