i have a jsp page which have a some school names link. when i click to link of a school name, school name are appended to a link that will go to a second page.
in this second page have same item which i will use same for all school. i want to know how to attach a request parameter in a link using in second page which appended from first page so that i can access navigate the data based on school name.
please suggest.