[Lift] Re: Page transition using location.replace

2010-02-14 Thread aw
Because I don't like how my back button can return me back to a state that is no longer true. In my particular use-case, I am drilling into an item and either want to do an action or cancel. Completing an Action, or hitting Cancel, will put me back on the viewItem page, after possibly executing

Re: [Lift] Re: Page transition using location.replace

2010-02-14 Thread Timothy Perrett
Im confused with how lift is stopping you providing this within your application? It seems like you could do what you wanted with client side javascript? Cheers, Tim On 14 Feb 2010, at 17:16, aw wrote: Because I don't like how my back button can return me back to a state that is no longer