in one of my
jsp page, we used logic:iterate tag with "edit", "remove", and "view list" like the following .
when I click on edit link on any one record, in the browser i see
with the value (schoolListId=5) and if anyone make change on browser with another number instead 5 and press enter, then automatically the corresponding record edit page is displayed and he can do edit page which is absolutely wrong.
Is there any way to avoid parameter through browser? actually I tried with method post but no use.
could some one give me solution .