Posted By:
Aditya_Sharma
Posted On:
Wednesday, March 10, 2004 01:19 AM
I pass an array list from one servlet to another.As a check
measure, i display content of arraylist in that another one.
Problem is that i get the output of next servlet before clicking any submit button and on clicking submit button.I am using RequestDispatcher().Is there some problem in chosing service() or post() method here ?