[Lift] Re: a very simple question

2009-10-04 Thread Timothy Perrett
If memory serves, the comet actor lives on in the session scope until its either sent the ShutDown message explicitly, or it times out (you can set the timeout). Does that help? Cheers, Tim On 4 Oct 2009, at 23:17, jack wrote: I put the line println(dude) in a Comet class write

[Lift] Re: a very simple question

2009-10-04 Thread Jack Widman
Well my app is a search application. You search for certain web pages and I do some processing after the results are displayed. Thats why I am using Comet. Certain information is added to each result link. I want the user to be able to either hit the back button or click on alink that goes to the

[Lift] Re: a very simple question

2009-10-04 Thread Naftoli Gugenheim
Maybe you could put a snppet on the page whose job is to reset the comet? - Jack Widmanjack.wid...@gmail.com wrote: Well my app is a search application. You search for certain web pages and I do some processing after the results are displayed. Thats why I am