Re: [Lift] Re: How to use lazy-load?

2010-03-09 Thread Jeppe Nejsum Madsen
Marius writes: > I opened defect 412 and this is now on the review board: > http://reviewboard.liftweb.net/r/263/diff/#index_header Wow, that was fast :-) Thanks for looking into this! /Jeppe -- You received this message because you are subscribed to the Google Groups "Lift" group. To post t

[Lift] Re: How to use lazy-load?

2010-03-09 Thread Marius
I opened defect 412 and this is now on the review board: http://reviewboard.liftweb.net/r/263/diff/#index_header On Mar 9, 6:08 pm, Marius wrote: > Dear Jeppe, > > I spent some time today in looking to your issue. I was able to > reproduce. The problem was that a NPE was thrown as the S,functions

[Lift] Re: How to use lazy-load?

2010-03-09 Thread Marius
Dear Jeppe, I spent some time today in looking to your issue. I was able to reproduce. The problem was that a NPE was thrown as the S,functionsMap was not initialized as I was doing a light S init to capture original request state. I have a fix for it but I need to do some more testing on it first

[Lift] Re: How to use lazy-load?

2010-03-09 Thread Marius
I assume you are using Lift from master ... lazy-load should be able to wrap anything. I'll try to put in some ajaxSelects to see if I can repro. On Mar 8, 10:54 pm, Jeppe Nejsum Madsen wrote: > On Mon, Mar 8, 2010 at 5:42 PM, Marius wrote: > > Can you please send me a minimalistic example ? ..

Re: [Lift] Re: How to use lazy-load?

2010-03-08 Thread Jeppe Nejsum Madsen
On Mon, Mar 8, 2010 at 5:42 PM, Marius wrote: > Can you please send me a minimalistic example ? .. The comet actor > shutdown looks correct to me as after the lazy content is rendered > that comet is not needed anymore. Not easily. When I get some time I'll see if I can reproduce it in a sample.

[Lift] Re: How to use lazy-load?

2010-03-08 Thread Marius
Can you please send me a minimalistic example ? .. The comet actor shutdown looks correct to me as after the lazy content is rendered that comet is not needed anymore. Can you check with firebug if you get any asynchronous javascript back from the comet request? On Mar 8, 4:31 pm, Jeppe Nejsum Ma