posted 14 years ago
session is ok, Map is not necessary. Use a designated object (designed to fit the data in JSP A) if the intermediate elements (means the fields) are not dynamic. Say for example, if JSP A has always user name and email ID go for an simple object. If you do not know what are the elements in A then go for a map (however, comma separator is not a good idea since it is used as separator for many other system scenarios)
Have Fun with Java
little,little.. little by little makes a lot..