Its easy to create one. Just use a session scoped bean and add a stack to it. You can get the last view rendered using the following return FacesContext.getCurrentInstance().getViewRoot().getViewId();
_____ From: Jorge Vásquez [mailto:[EMAIL PROTECTED] Sent: Friday, November 24, 2006 9:09 PM To: 'MyFaces Discussion' Subject: navigation pages history... Regards, Is there a way to see the las accessed page that the user was at. Moreover, is there some sort of stack that keeps track of the last accessed pages by a specific user inside a JSF application? Thanks, JV

