please help me!!! request param
hello everybody,
i have this problem :
i have a jsp file that has some download-links after clicking one link i must link to helping of servlet to onther jsp where the user has to accept the AGBs .
after accepting i have to continue with downloding.
the problem is that after clicking one download-link i send a param whith the path of file to be downloaded... in servlet i still have my
(path)param but in my AGBs-jsp is lost.
how can i get this param to know witch file must be downloaded?
plz help me if u can!!!
or may u have better idea how to solve this problem
thank u

