The following code will get the previous page (refering page) and store it in a session object. You can then get the value out when you need it. Put this code in the pageLoad section:
Code:
setSessionValue("previouspage",req.getHeader("referer"));