paski 0 Newbie Poster

From form on page A, I am retrieving submitted values on page B.jsp. Page B is creating new PersonData class from those dates (using

request.getParameter("any_param_name");

) and adding it into some kind of collection. Problem here is, that after reloading page B again, parameters are left, and new PersonData is created and added into collection. Is there any way to reset parameters after data processing.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.