I have several files
index.jsp -> CouponsShortList.jsp
CouponsShortList.jsp -> SpecificCupon.jsp
Arrow indicates which page to a page I can move.
in the CouponsShortList.jsp i have link (a href) to go to the other
jsp file)
the problem :
If I try to go that route : index -> CouponsShortList.jsp -> SpecificCupon.jsp . it goes to the
servlet every time.
but if i load the page CouponsShortList.jsp from favorite it goes to servlet but if i try to move to SpecificCupon.jsp it goes direct to the jsp file and not Through servlet .
Means that there are two ways to get to a particular page but once moving Through the servlet and the other one not .
Does anyone have any idea what could be the problem? Thanks in advance