[Lift] Lift Jquery autocomplete

2009-06-06 Thread Marius
Is there a reason why the JQuery autocomplete is not a Lift widget but instead it lives in http/jquery package? .. I remember a long time ago me putting it in the jquery package to separate SHtml stuff that is dependent on JQuery to the others. Thoughts? Br', Marius

[Lift] Fading out notices

2009-06-06 Thread Marius
Hi there, I just committed a simple support to fade out notices. For instance sometimes we just want to render a notice somewhere in the page but we want it to disappear after a few seconds. Say we have a form that saves a record and then was want to say to the user that the item was saved and

[Lift] Re: date management

2009-06-06 Thread g-man
I now have the due date arriving OK from the jQuery datepicker, and I cobbled together some ugliness to give days left until the ToDo due date, so that is good. My problem now is since we are not using the 'magic' of the _toForm methods for the form elements, I have to set each var value for the

[Lift] Re: Vscaladoc not grokking new documentation

2009-06-06 Thread David Bernard
Hi, It's a bug, I'll try to add a test case. (you could open issue at http://github.com/davidB/vscaladoc/issues) From the source code of the page the doc is present. I suggest you remove the p tag from the comment (at least the first pair). a side note. you could have colorized code if you use

[Lift] Re: how to serve html fragments

2009-06-06 Thread fatu
2.7.5 right now (and a fresh maven repo too) but I think (not sure though) I had it with 2.7.4 as well. Seems to expect a refSet field in ActorGC which i couldn't find in 2.7.5 sources. Fabio On 5 Giu, 18:10, David Pollak feeder.of.the.be...@gmail.com wrote: Are you using Scala 2.7.4 or 2.7.5?

[Lift] Re: Lift Jquery autocomplete

2009-06-06 Thread David Pollak
I think I'm using in one place in one project so my api breakage factor is low. I'm okay with moving it unless someone else is going to feel real pain. On Jun 6, 2009 12:24 AM, Marius marius.dan...@gmail.com wrote: Is there a reason why the JQuery autocomplete is not a Lift widget but instead

[Lift] Re: how to serve html fragments

2009-06-06 Thread David Pollak
Lift is 2.7.4. We have not upgraded to 2.7.5 as the delta is actor fixes in response to lift-related tickets that we solved with our own actor impl. I'm talking to Philipp Haller today at the Lift Off about how to proceed. On Jun 6, 2009 6:49 AM, fatu fab...@gmail.com wrote: 2.7.5 right now

[Lift] Re: fall-through redirect

2009-06-06 Thread Joe Wass
Tim -- Thanks, yes that was very useful; it's certainly helped me understand working with parameters in urls. For the moment I'm working round the requirement to match at the root of the url but eventually it would be nice to be able to do it. David, any guidance on this would be much