[Lift] Re: Snippets creating snippets with embedded 'attributes'

2009-07-18 Thread Jonathan Meeks
Thanks for the tips, Naftoli and David. On Jul 17, 10:46 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Fri, Jul 17, 2009 at 7:30 AM, Jonathan Meeks jonathanme...@gmail.comwrote: I don't see how it would help. How would the SHtml.hidden callback, presumably defined

[Lift] Re: JTA Transaction Monad - Early Access Program

2009-07-18 Thread Jonas Bonér
JTA stuff is in github master branch now. http://github.com/dpp/liftweb/tree/4d8405a3dcf93570da8142c078784f9dc127933c/lift-jta Have fun. /Jonas 2009/7/17 David Pollak feeder.of.the.be...@gmail.com: On Fri, Jul 17, 2009 at 1:02 AM, Jonas Bonér jbo...@gmail.com wrote: Hi Greg. Have you had

[Lift] File upload streaming and progress monitoring ...

2009-07-18 Thread Marius
HI there, I know, there have been several other threads around the topic but I just wanted to yield somethings here. In the past few days I've been talking with Tim as he was having problems with his FileUpload widget. Even with short polling the progress was not reported even though the

[Lift] Re: File upload streaming and progress monitoring ...

2009-07-18 Thread marius d.
A little more on this ... Living the above synchronized blocks where they are but removing the one from LiftSession.runParams made it work properly. Looks like this one was holding the lock while the file upload progress was happening. Dave I'm not really sure why in runParams the the toRun is

[Lift] Re: File upload streaming and progress monitoring ...

2009-07-18 Thread marius d.
Just committed a fix ... Br's, Marius On Jul 18, 4:10 pm, marius d. marius.dan...@gmail.com wrote: A little more on this ... Living the above synchronized blocks where they are but removing the one from LiftSession.runParams  made it work properly. Looks like this one was holding the lock

[Lift] Re: JTA Transaction Monad - Early Access Program

2009-07-18 Thread Timothy Perrett
Awesome - kudos Jonas. Cheers, Tim On Jul 18, 11:53 am, Jonas Bonér jbo...@gmail.com wrote: JTA stuff is in github master branch now.http://github.com/dpp/liftweb/tree/4d8405a3dcf93570da8142c078784f9dc1... Have fun. /Jonas --~--~-~--~~~---~--~~ You

[Lift] Re: File upload streaming and progress monitoring ...

2009-07-18 Thread Timothy Perrett
Marius, This is awesome. Things are now working as expected - I knew this wasn't a browser connection issue causing the problems. The code in the widget package is pretty rubbish right now, but i just had time to hack together a hardcoded sample to make sure that your commit actually fix the

[Lift] Re: Jersey + Lift, whats the story?

2009-07-18 Thread Timothy Perrett
Greg, once again your musing are generally over my head but I follow your thoughts conceptually here. Sounds like your saying Jersey wasnt the best fit with lift from a functional perspective and you want to create something more monadic based on the zipper pattern? Like i said, Jersey is not

[Lift] Re: File upload streaming and progress monitoring ...

2009-07-18 Thread marius d.
Great. Let me know if I can help with anything. Br's, Marius On Jul 18, 9:22 pm, Timothy Perrett timo...@getintheloop.eu wrote: Marius, This is awesome. Things are now working as expected - I knew this wasn't a browser connection issue causing the problems. The code in the widget package