Navigation to previous page,
May 22, 2009 at 5:29 PM
First of all congratulation for this tutorial, it is very clear. An clarification about the navigation. It is clear how to implement the navigation in the forward direction, not in the backward direction,I explain it with an example: I have the pages A.jsp, B.jsp, C.jsp. 1) from A.jsp I go in C.jsp 2) from B.jsp I go in C.jsp Now in C.jsp I want to return in the A.jsp or in B.jsp depending on the pevious page taht has called C.jsp How to do? Kind Regards