Re: last page visited

2011-06-23 Thread leandroaispuru
Hi again, I think that I have to describe the whole scenario so you can understan why i have written the question of the first email. Here is my situation: * I have two pages p1 and p2, each page belongs to layout A. This layout contains two tabs, one is p1 and the other is p2. * If I go

Re: last page visited

2011-06-23 Thread Thiago H. de Paula Figueiredo
On Thu, 23 Jun 2011 12:34:22 -0300, Muhammad Mohsen wrote: May be a primitive solution like, when a page is "attached", it sets a session variable unique to the page ? I don't think that would work well. You'd need to add this code to all pages or at least add this code to a mixin to be a

Re: last page visited

2011-06-23 Thread Muhammad Mohsen
May be a primitive solution like, when a page is "attached", it sets a session variable unique to the page ? On Thu, Jun 23, 2011 at 3:40 PM, Taha Hafeez wrote: > Hi > > Take a look at https://github.com/argoyle/tapestry-breadcrumbs > > regards > Taha > > On Thu, Jun 23, 2011 at 7:07 PM, wrote:

Re: last page visited

2011-06-23 Thread Taha Hafeez
Hi Take a look at https://github.com/argoyle/tapestry-breadcrumbs regards Taha On Thu, Jun 23, 2011 at 7:07 PM, wrote: > Hi all! > > I want to know what is the best way to obtain the last visited page ? > > For example... > I am navigating page A and when I click in a link I go to a page B. Wh

last page visited

2011-06-23 Thread leandroaispuru
Hi all! I want to know what is the best way to obtain the last visited page ? For example... I am navigating page A and when I click in a link I go to a page B. When I am in B I want to know that before being here I was in page A. My tapestry version is 5.1.0.5 and i can't migrate the project to