[Lift] Re: Rendering breakdown on Safari

2009-07-07 Thread David Pollak
On Tue, Jul 7, 2009 at 1:17 AM, Kjetil Valstadsve valstad...@gmail.comwrote: In the interest of making it useful to search for solutions here, I'll summarize the solution for this problem. Some keywords for good measure: DOM, Safari, Javascript, XHTML, rendering collapses. And, of course,

[Lift] Scala resources

2009-07-07 Thread Kevin Wright
I'm trying to compile a catalogue of online resources: websites, blogs, wikis, open source projects, articles, etc. relating to scala If anyone has any links for suitable content, especially material that may not be well known, then please share!

[Lift] Re: Scala resources

2009-07-07 Thread Timothy Perrett
http://blog.getintheloop.eu/ Im writing a *lot* about scala and lift - especially how-to type tutorials. Cheers, Tim On 07/07/2009 16:48, Kevin Wright kev.lee.wri...@googlemail.com wrote: I'm trying to compile a catalogue of online resources: websites, blogs, wikis, open source projects,

[Lift] mirroring the lift mailing list to nabble?

2009-07-07 Thread James Strachan
Just an idle thought. I wonder if folks wanted to mirror the mailing list to nabble? I mused on twitter today about the relative activity of the various programming languages on nabble... http://www.nabble.com/Programming-Languages-f13993.html then Graham Rocher spotted that Ruby also included

[Lift] Re: mirroring the lift mailing list to nabble?

2009-07-07 Thread James Strachan
DOH! Didn't' think to search for liftweb! Its already there... http://www.nabble.com/liftweb-f30586.html its just not in any categories. Whoever's admin, fancy adding it to Scala Web Development Frameworks? 2009/7/7 James Strachan james.strac...@gmail.com: Just an idle thought. I wonder if

[Lift] Re: NPE Problem with User.current in CRUDify action

2009-07-07 Thread David Pollak
Are you doing this as part of an HTTP request or at some other point in the execution of your code (e.g., a background processing thread)? On Tue, Jul 7, 2009 at 5:53 AM, Jeppe Nejsum Madsen je...@ingolfs.dkwrote: Hi, I get an Empty box when using the value of User.current when trying to

[Lift] Re: NPE Problem with User.current in CRUDify action

2009-07-07 Thread Jeppe Nejsum Madsen
Just a normal request from a link in a CRUDify list Sendt fra min iPhone Den 07/07/2009 kl. 18.49 skrev David Pollak feeder.of.the.be...@gmail.com : Are you doing this as part of an HTTP request or at some other point in the execution of your code (e.g., a background processing thread)?

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

2009-07-07 Thread Jonas Bonér
No I haven't. Should I? Is everyone happy with it? Have anyone tried it? Is anyone using it? 2009/6/30 Timothy Perrett timo...@getintheloop.eu: Jonas, Did you roll this into master? What's its status? Cheers, Tim On Jun 10, 4:46 pm, James Strachan james.strac...@gmail.com wrote:

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

2009-07-07 Thread Meredith Gregory
Jonas, i'm going to begin playing with it after i've finished the conversion of the DSL stuff to scala-query. The JTA monad should just fit with scala-query. Best wishes, --greg On Tue, Jul 7, 2009 at 10:18 AM, Jonas Bonér jbo...@gmail.com wrote: No I haven't. Should I? Is everyone happy

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

2009-07-07 Thread Timothy Perrett
Hey Jonas, I have no real use case to test it out - I was just interested in its status as conceptually it was very very clever and wondered where you were too with it. I think Greg or Derek are most likely to be able to give you valuable feedback as I believe they are using JTA already.

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

2009-07-07 Thread Jonas Bonér
Thanks Greg. I would love to get your feedback on it. 2009/7/7 Meredith Gregory lgreg.mered...@gmail.com: Jonas, i'm going to begin playing with it after i've finished the conversion of the DSL stuff to scala-query. The JTA monad should just fit with scala-query. Best wishes, --greg On

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

2009-07-07 Thread Jonas Bonér
Thanks Tim. Thanks for staying on top of it. Derek has already looked at it and seemed to like it. But I'll wait until I get Greg's feedback. 2009/7/7 Timothy Perrett timo...@getintheloop.eu: Hey Jonas, I have no real use case to test it out - I was just interested in its status as

[Lift] Re: Maven Lift archetype errors

2009-07-07 Thread David Pollak
Can you provide the exact line you typed on the command line? Are you Windows, Linux or Mac? I'll try to reproduce the problem in a clean VMWare instance. On Tue, Jul 7, 2009 at 11:33 AM, glenn gl...@exmbly.com wrote: Creating a lift project out of the latest lift-archetype-basic, versions

[Lift] Re: Anyone out there using SBT?

2009-07-07 Thread Jonas Bonér
Is there a Swedish Bikini Team? I had no idea. 2009/7/6 Kevin Wright kev.lee.wri...@googlemail.com: Single Bullet Theory, or Swedish Bikini Team ? On Mon, Jul 6, 2009 at 10:07 AM, Timothy Perrett timo...@getintheloop.eu wrote: Hey Guys, Is anyone out there using SBT for their lift

[Lift] Re: Anyone out there using SBT?

2009-07-07 Thread Jonas Bonér
I looked at SBT 4-5 months ago. Was impressed but couldn't use it due to Java module dep. Don't know if it can build Java now. 2009/7/7 Jonas Bonér jbo...@gmail.com: Is there a Swedish Bikini Team? I had no idea. 2009/7/6 Kevin Wright kev.lee.wri...@googlemail.com: Single Bullet Theory, or

[Lift] Re: NPE Problem with User.current in CRUDify action

2009-07-07 Thread David Pollak
Okay... I see the code path that could cause this issue. Are you doing any re-writing? Are you accessing User.currentUser in your re-writes? On Tue, Jul 7, 2009 at 5:53 AM, Jeppe Nejsum Madsen je...@ingolfs.dkwrote: Hi, I get an Empty box when using the value of User.current when trying to

[Lift] Re: MappedDecimal and nulls

2009-07-07 Thread Jeppe Nejsum Madsen
Derek Chen-Becker dchenbec...@gmail.com writes: Done. Hudson should build it and have it in the repo soon. Thanks! /Jeppe --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send

[Lift] Re: Google Analytics

2009-07-07 Thread Xavi Ramirez
Thanks! I ran into this exact problem. Is there any way to get rid of it? Is there a lift:production tag? Thanks, Xavi On Tue, Mar 17, 2009 at 5:22 PM, Charles F. Munatc...@munat.com wrote: OK, I have to stop posting this crap when it's 5:30 AM, I've been working for 18 hours straight,

[Lift] Re: Maven Lift archetype errors

2009-07-07 Thread glenn
The command line I used is: mvn archetype:generate -U -DarchetypeGroupId=net.liftweb -DarchetypeArtifactId=lift-archetype-basic -DarchetypeVersion=1.1-SNAPSHOT -DremoteRepositories=http:// scala-tools.org/repo-snapshots -DgroupId=demo.helloworld - DartifactId=helloworld -Dversion=1.0-SNAPS HOT

[Lift] organizing views of synchronous streams

2009-07-07 Thread Meredith Gregory
All, Here's a blog posthttp://biosimilarity.blogspot.com/2009/07/scores-and-comics-and-views-of.htmloutlining a way to organize synchronous streams of information. i post it here to get an opinion regarding how much work you all think it might be to do in lift. Best wishes, --greg -- L.G.

[Lift] Re: organizing views of synchronous streams

2009-07-07 Thread Alex Boisvert
For what it's worth, the Business Process Modeling Notation (BPMN) uses a similar notation to convey concurrent events, actions, etc. http://www.scribd.com/doc/2334639/Introduction-to-BPMN (See pages 5, 7, 9 for diagrams with pools and lanes) http://www.eclipse.org/bpmn/images/screenshots/ Some

[Lift] Re: organizing views of synchronous streams

2009-07-07 Thread Andrew Scherpbier
Maybe you should take a look at this: http://www.simile-widgets.org/timeline/ Ever since I discovered that widget I've wanted to use it for something... Cheers! --Andrew Meredith Gregory wrote: All, Here's a blog post outlining a way to organize synchronous streams of information. i

[Lift] Your message will appear in Lift momentarily.

2009-07-07 Thread Joe Wass
This has been bugging me for some time. When you make a post on the Google group, you get the message Your message will appear in Lift momentarily. The meaning of that sentence is that the message will appear for a brief period of time. I hope they didn't mean that! Perhaps they meant 'shortly'?

[Lift] Re: Building from source - error importing _root_.org.specs

2009-07-07 Thread Calen Pennington
So, I switched to Sun's 1.6 JDK, and am getting the same errors. And yes, I changed the scala version from 2.7.4 to 2.7.5 in pom.xml. Interestingly, running mvn compile works correctly, and mvn test fails with the same errors that mvn install does. Unfortunately, I'm not familiar enough with

[Lift] Re: Problem with jQuery/JavaScript and Liftweb because of Doctype

2009-07-07 Thread David Pollak
2009/7/7 fbettag fr...@bett.ag Sorry this is giving me headaches. I don't even know what to look for.. :( The Problem is also described here: http://www.nabble.com/Namespace-failure-td21982365s27240.html Is there anyway i can spoof the content-type for a comet actor from

[Lift] Re: Building from source - error importing _root_.org.specs

2009-07-07 Thread David Pollak
On Tue, Jul 7, 2009 at 7:35 PM, Calen Pennington calen.penning...@gmail.com wrote: So, I switched to Sun's 1.6 JDK, and am getting the same errors. And yes, I changed the scala version from 2.7.4 to 2.7.5 in pom.xml. Interestingly, running mvn compile works correctly, and mvn test fails