Last referred url

2009-12-04 Thread Stephen Rufle
I want to create a back link in an ftl page that goes back to the calling page. How would I accomplish that? I think I want whatever the value would have been for view-last. I just do not know if there is some OfBiz way of doing it or if I should just look at the request directly in the ftl.

Re: Last referred url

2009-12-04 Thread Rishi Solanki
Hi Stephen, Add the link on ftl say go back create a request in the controller to show the last visited view like this. request-map uri=goBack security https=false auth=false/ response name=success type=view-last/ /request-map Here the goBack is the target of your link in