[Lift] Re: New Mapped Fields (MappedTimestamp and MappedMac)

2009-08-08 Thread Peter Robinett
I thought Naftoli's suggestion to make it a mixin so that it could be added to MappedDates or MappedDateTimes was a reasonable one. Do you think this just complicates things? Peter On Aug 7, 5:19 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Why are you trying to make this a mixin?  

[Lift] Re: Full stack for building RIAs

2009-08-08 Thread Timothy Perrett
Im not really that sure why you think AIR might be ok in a couple of years... its perfectly good right now and will do nothing but improve! The same is true for all UI technologies. Lift puts no prescription on what you must or must not use - you are free to use anything you want, in any way you

[Lift] Re: Full stack for building RIAs

2009-08-08 Thread ivo
So without surprise I realize that my doubts about JQuery come of my lack of experience with it, but in contrast my experience with GWT is that one really forgets about the generated javascript code. It is small, performant and it just works! If one adds SmartGWT to the picture, one gets tons of

[Lift] Re: New Mapped Fields (MappedTimestamp and MappedMac)

2009-08-08 Thread David Pollak
On Sat, Aug 8, 2009 at 2:05 AM, Peter Robinett pe...@bubblefoundry.comwrote: I thought Naftoli's suggestion to make it a mixin so that it could be added to MappedDates or MappedDateTimes was a reasonable one. Do you think this just complicates things? Yes. It's more code for a developer to

[Lift] Re: Full stack for building RIAs

2009-08-08 Thread Timothy Perrett
ivo, The Bespin story (likewise for http://cappuccino.org/ ) is one of integration with Lifts comet support etc... both those technologies are all based on Javascript runtime (as is GWT) so you need to think in more abstract terms; when we talk about integration with a client side technology, we

[Lift] Re: amqp library error

2009-08-08 Thread Timothy Perrett
I just fixed the rabbitmq sample in my repo to 1.1-m4, so do a pull and things should start to work for you http://github.com/timperrett/rabbitmq-scala-tutorial/tree/master Cheers, Tim On Aug 7, 4:39 pm, ph pkirsa...@gmail.com wrote: not in release repository

[Lift] Re: Full stack for building RIAs

2009-08-08 Thread Stefan Scott
Ivo - Bespin looks very promising - thank you for mentioning it; I had never heard of it. I just googled it and took a look here: http://bespin.mozilla.com/ and I think it's very positive that DPP has expressed interest in making lift play well with Bespin/Thunderclap. Like you, I also want

[Lift] Re: Full stack for building RIAs

2009-08-08 Thread Stefan Scott
I usually can figure out new acronyms ... but USP had me stumped. Even after googling, nothing applicable came up. I was unsure if it refers to a technology ... or maybe it's just shorthand for a common English phrase. Finally I thought unique sales point might be a common English phrase ...

[Lift] Re: Full stack for building RIAs

2009-08-08 Thread Timothy Perrett
Hey Stefan, sorry, yes I do indeed mean Unique Selling Point. Cheers, Tim On Aug 8, 4:16 pm, Stefan Scott stefanscottal...@gmail.com wrote: I usually can figure out new acronyms ... but USP had me stumped. Even after googling, nothing applicable came up. I was unsure if it refers to a

[Lift] Re: Asynchronous Javascript problem

2009-08-08 Thread Channing Walton
On Aug 7, 9:32 pm, David Pollak feeder.of.the.be...@gmail.com wrote: I reproduced the issue on Opera... then Google banned my IP address for excessive requests... :-( they need to move to lift to handle the load ;) --~--~-~--~~~---~--~~ You received this

[Lift] Re: Full stack for building RIAs

2009-08-08 Thread Stefan Scott
Hi - Sorry, should be Thunderhead not Thunderclap https://wiki.mozilla.org/Labs/Bespin/FAQ#What_is_Thunderhead.3F - Stefan Scott On Aug 8, 11:58 am, Stefan Scott stefanscottal...@gmail.com wrote: Ivo - Bespin looks very promising - thank you for mentioning it; I had never heard of it. I

[Lift] retrieve id's of form elements - set focus to HTML element

2009-08-08 Thread fricke
Hi all, currently I have the following simple problem: I want to set the focus to a specific field, using script type=text/javascript document.myform.myfield.focus(); /script The Scenario: a simple bind(user, form, name - SHtml.text(x, x = _) ) with lift:UserLogin.login form=POST

[Lift] Lift Templates: lift:surround together with lift:embed doesn't work

2009-08-08 Thread fricke
Hi all, I tried the following (perhaps it's OK that it's not working, though I'd have it to). Essentially, I surrounded a page by a template, which itself embeds another template. The problem here is, that the embedded template contains the lift:bind tag (and it's complained that this doesn't

[Lift] Package building...

2009-08-08 Thread Joe Wass
Hi, I just pulled the latest Mac installer and tried to build an existing project to a package and this happened... $ mvn package [INFO] Scanning for projects... [INFO] [INFO] Building XX [INFO]task-segment:

[Lift] retrieve id's of form elements - set focus to HTML element

2009-08-08 Thread fricke
Hi all, currently I have the following simple problem: I want to set the focus to a specific field, using script type=text/javascript document.myform.myfield.focus(); /script The Scenario: a simple bind(user, form, name - SHtml.text(x, x = _) ) with lift:UserLogin.login form=POST

[Lift] Re: amqp library error

2009-08-08 Thread ph
Thanks I will try Monday. I, actually, fixed the project and it compiles and runs... I don't know what exactly fixed the project, as I've done bunch of Voodoo stuff with it, but I suspect that was this: plugin groupIdorg.apache.maven.plugins/groupId

[Lift] Re: New Mapped Fields (MappedTimestamp and MappedMac)

2009-08-08 Thread Naftoli Gugenheim
The truth is, is it really useful to have a timestamp that excludes the time of day? On Sat, Aug 8, 2009 at 9:30 AM, David Pollak feeder.of.the.be...@gmail.comwrote: On Sat, Aug 8, 2009 at 2:05 AM, Peter Robinett pe...@bubblefoundry.comwrote: I thought Naftoli's suggestion to make it a

[Lift] Re: New features

2009-08-08 Thread Naftoli Gugenheim
Thanks, David. Glenn, as far as the issue of adding unsaved children, I was thinking about it. If the same Role can be referenced by multiple users, why are you creating Roles at the same time that you are adding them to a User? Shouldn't there be one screen to manage Roles and the User screen