Originally posted by Sarathy Srinivas:
@ William.. there are many ways to reach the page. Your method would involve doing this for all the links to that page. this is something that, though possible, im looking to avoid. Is there a way to check the request parameter? If so what method should i use?
[ February 18, 2008: Message edited by: Sarathy Srinivas ]
here is some code that I've applied in one of my applications,
you'll see the important parts of it:
link in page1.jsp
link in page2.jsp
and so forth..
in page editProfile.jsp
in
servlet ProfileEditor inside doPost(request, response)
Honestly speaking, I don't know if it's a professional way to deal
with such trick, but this is only what I did to solve it that time..
hope it helps...