Implementing navigation history of last visited pages with struts
sumita mukherjee
Greenhorn
Joined: Aug 27, 2007
Posts: 22
posted
0
Hi,
I am using struts and tiles for my application. I want my aaplication to maintain a history of all the visited pages, so that they can be navigated by the forward and backward buttons. I came across the WFNM framework, but am nit sure whwther this is a little overkilled for my application.
Can somebody please give me some advise as to how I should approach this issue.