Re: [Lift] Re: Serious widget action

2010-03-10 Thread Mads Hartmann Jensen
+1 for cappuccino Played around with it a while back - it's pretty amazing. What kind of intergration are we talking about? I wouldn't mind taking a look at intergrating cappuccino. On 10/03/2010, at 10.37, Indrajit Raychaudhuri wrote: ExtCore is MIT Licensed and a candidate for

Re: [Lift] Js normalizations

2010-03-07 Thread Mads Hartmann Jensen
Marius, I think this sounds like a great idea - but I only have 2 Lift projects under development so it would be quite fast for me to make any changes Mads On 07/03/2010, at 19.37, Marius wrote: Dear all, Looking at Js api and specifically JsCmds and JqJsCmds (the Js abstractions vs

Re: [Lift] Re: superficial first impressions from a rails junkie

2010-03-06 Thread Mads Hartmann Jensen
If you're using TextMate you can navigate through your snippets/models quite easily - I've implemented a nifty little feature: http://www.youtube.com/watch?v=MXMh_uoeeTs Now I know this is only for TextMate but I'm sure it wouldn't be too big a hassle to implemented in whatever editor/IDE you

Re: [Lift] **Potential breaking change**

2010-03-05 Thread Mads Hartmann Jensen
Tried to post this to lift-announce but I don't have permission - I did join the group though so not sure why. How do i optain permission? I think that Ross Mellgren is having the same issue Thanks Mads Hartmann Jensen On 04/03/2010, at 22.37, Mads Hartmann wrote: If 'blob' is not a keyword

Re: [Lift] Lift or Scala first?

2010-03-05 Thread Mads Hartmann Jensen
I would say it would be very wise to get the basics of scala before diving into Lift :) On 05/03/2010, at 18.19, Mini Naim wrote: Hi guys: I have a simple question, it's necessary to learn Scala first? or i can go with Lift framework, without learn Scala language? Thanks -- You

[Lift] SQL error

2010-03-04 Thread Mads Hartmann
Mads Hartmann Jensen -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit this group

[Lift] Re: SQL error

2010-03-04 Thread Mads Hartmann
Ah! That fixed it, thanks a lot Jeppe ;) I'm not sure what to say in the ticket though, the column-name blob was a bad choise made by me. On Mar 4, 1:32 pm, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: On Thu, Mar 4, 2010 at 1:25 PM, Mads Hartmann mads...@gmail.com wrote: Hello everyone, I'm

[Lift] Re: SQL error

2010-03-04 Thread Mads Hartmann
Will do ;) Thanks again On Mar 4, 1:54 pm, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: On Thu, Mar 4, 2010 at 1:49 PM, Mads Hartmann mads...@gmail.com wrote: Ah! That fixed it, thanks a lot Jeppe ;) I'm not sure what to say in the ticket though, the column-name blob was a bad choise made

Re: [Lift] Re: SQL error

2010-03-04 Thread Mads Hartmann Jensen
, Mar 4, 2010 at 1:25 PM, Mads Hartmann mads...@gmail.com wrote: Hello everyone, I'm not sure if this is a lift problem or it's me. I'm trying to add the ability to upload images to a project - I'm using the code explained here: http://groups.google.com/group/liftweb/browse_thread/thread

Re: [Lift] Re: SQL error

2010-03-04 Thread Mads Hartmann Jensen
: On Thu, Mar 4, 2010 at 2:10 PM, Mads Hartmann Jensen mads...@gmail.com wrote: This has already been on reviewboard and comitted to master - should i send out a breaking change note? I'm not sure i get why this is a breaking change though? Not sure if it is. However it's certainly

[Lift] **Potential breaking change**

2010-03-04 Thread Mads Hartmann
If 'blob' is not a keyword in your DB and you're currently using blob as a column name you should change it to blob_c This is a cause of fixing issue 402 Thanks, Mads Hartmann Jensen -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group

Re: [Lift] Re: SQL error

2010-03-04 Thread Mads Hartmann Jensen
Done :) On 04/03/2010, at 22.38, David Pollak wrote: On Thu, Mar 4, 2010 at 1:10 PM, Mads Hartmann Jensen mads...@gmail.com wrote: This has already been on reviewboard and comitted to master - should i send out a breaking change note? Yeah. Send out a breaking change note

Re: [Lift] Textmate bundle with codecompletion (beta)

2010-03-03 Thread Mads Hartmann Jensen
, Mads Hartmann Jensen wrote: Duh, I comittet a wrong version of the bundle to git! The right version is up now if you wan't to give it a try Indrajit :) I would appreciate the feedback: http://github.com/mads379/Lift-TextMate-Bundle On 22/02/2010, at 13.12, Mads Hartmann Jensen wrote

Re: [Lift] Setting cookie with ajax link

2010-03-02 Thread Mads Hartmann Jensen
:41 AM, Mads Hartmann mads...@gmail.com wrote: Hello everyone, I can't seem to get my lift app to set a cookie when clicking an ajax- link. By looking around the list it looks like it's possible but i've failed to get it working. Right now my test-code looks like this: bind(banner, xhtml

Re: [Lift] Converting a rails application to lift

2010-03-02 Thread Mads Hartmann Jensen
On 02/03/2010, at 20.56, Achint Sandhu wrote: Hi, I'm new to scala (2.7.7) and lift (2.0-M2) and as a learning exercise have taken on the translation of an existing rails project into a lift application. There are two things I have run into that I'm hoping the more

Re: [Lift] Emerging Languages Face Off: Scala, Go, Clojure and Ruby

2010-03-01 Thread Mads Hartmann Jensen
Any chance that there'll be an audio version after? Would love the hear it :) On 01/03/2010, at 19.53, Jim Barrows wrote: Best of luck! Will you be facing off with swords or... oh wait.. never mind... ;) On Mon, Mar 1, 2010 at 10:50 AM, David Pollak feeder.of.the.be...@gmail.com

Re: [Lift] Returning JS that runs on client and sets result in a div

2010-02-28 Thread Mads Hartmann Jensen
Jeg can find a lot of information about this in the lift book: http://groups.google.com/group/the-lift-book chaper 8 for Lift and Javascript and 9 for Ajax and Comet ind lift :) On 28/02/2010, at 21.49, greekscala wrote: Hello lifters, I am trying to find a way to return a JS expression,

Re: [Lift] Re: Documenting the source code / supplementing the API docs

2010-02-26 Thread Mads Hartmann Jensen
Cool, great job - keep them coming :) On 26/02/2010, at 14.36, Stuart Roebuck wrote: Okay - I've added a page to the wiki: http://wiki.github.com/dpp/liftweb/sitemap-basics On Feb 26, 11:20 am, Stuart Roebuck stuart.roeb...@gmail.com wrote: Tim, Thanks - that sounds like a good

Re: [Lift] Javascript Dependencies

2010-02-24 Thread Mads Hartmann Jensen
I think it looks good - There also ticket 281 (https://www.assembla.com/spaces/liftweb/tickets/281-feature-request---dynamic-sorting-of-javascript-(tags-and-files)-dependencies) which requests sorting of javascript dependencies. Maybe this could get worked into this solution too? On

Re: [Lift] Textmate bundle with codecompletion (beta)

2010-02-23 Thread Mads Hartmann Jensen
Duh, I comittet a wrong version of the bundle to git! The right version is up now if you wan't to give it a try Indrajit :) I would appreciate the feedback: http://github.com/mads379/Lift-TextMate-Bundle On 22/02/2010, at 13.12, Mads Hartmann Jensen wrote: Don't get too excited, it's very beta

[Lift] Textmate bundle with codecompletion (beta)

2010-02-22 Thread Mads Hartmann
Hello everyone, I've been working a bit on a TextMate bundle for Lift projects that has codecompletion. It's still very beta but I'm sure someone would find it helpfull :) If you're interested you can read a bit more about it here:

Re: [Lift] Textmate bundle with codecompletion (beta)

2010-02-22 Thread Mads Hartmann Jensen
Don't get too excited, it's very beta right now ;) Sent from my iPhone On 22/02/2010, at 13.04, Indrajit Raychaudhuri indraj...@gmail.com wrote: Heavens! Need to give this a shot. On 22/02/10 4:55 PM, Mads Hartmann wrote: Hello everyone, I've been working a bit on a TextMate bundle

[Lift] Lift tool survey

2010-02-22 Thread Mads Hartmann
to help me out by answering the question, I would truly appreciate it :) Thanks, Mads Hartmann Jensen -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email

[Lift] Re: Welcome John De Goes as a Lift committer

2010-02-22 Thread Mads Hartmann
Welcome John De Goes! On Feb 22, 9:55 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, Please join me in welcoming John De Goes as a Lift committer.  John burst onto the Lift scene a week or so ago with some excellent enhancements to the Lift-json stuff and the rest is history.

[Lift] Problems with SBT

2010-02-11 Thread Mads Hartmann
Hello everyone, I was hoping I could get some help with an SBT error I'm getting: [error] /Users/Mads/Dev/logicOfScientificDiscovery/src/main/scala/ sidewayscoding/model/Discovery.scala:7: not found: value net [error] import net.liftweb._ [error]^ [error]

[Lift] Re: Problems with SBT

2010-02-11 Thread Mads Hartmann
-repository-smack at http://maven.reucon.com/public; } Tim On Thu, Feb 11, 2010 at 10:24 AM, Mads Hartmann mads...@gmail.com wrote: Hello everyone, I was hoping I could get some help with an SBT error I'm getting: [error] /Users/Mads/Dev/logicOfScientificDiscovery/src/main/scala

[Lift] Re: Problems with SBT

2010-02-11 Thread Mads Hartmann
] ^ On Feb 11, 6:35 pm, Timothy Perrett timo...@getintheloop.eu wrote: Dont use lift-core as a dependency. Explicitly specify what it is you want webkit, mapper and widgets. Cheers, Tim On 11 Feb 2010, at 17:26, Mads Hartmann wrote: Thanks Tim Timothy -- properties #Project

[Lift] Re: Problems with SBT

2010-02-11 Thread Mads Hartmann
Works now, thanks On Feb 11, 6:49 pm, Timothy Perrett timo...@getintheloop.eu wrote: Your missing the servlet dependency... (its not rocket, copy it from the pom!) On 11 Feb 2010, at 17:46, Mads Hartmann wrote: I really appreciate the help guys - Just one error left now ;) [error

Re: [Lift] Idea proposal for Google Summer of Code project

2010-02-10 Thread Mads Hartmann Jensen
' which you think would be a welcome addittion to lift, please post em here :) On 10/02/2010, at 09.37, Jeppe Nejsum Madsen wrote: Mads Hartmann mads...@gmail.com writes: Morning everyone (it's 8am in Denmark) I would very much like to participate in Google Summer of Code 2010. I know

[Lift] Deploying Lift app

2010-02-10 Thread Mads Hartmann
stopped. I would be very grateful for a bullet-point explanation of the process - I understand you can create a .war file and deploy that but I can't seem to figure out how - maybe it's because I'm a bit slow today :) Thanks, Mads Hartmann Jensen -- You received this message because you

Re: [Lift] Deploying Lift app

2010-02-10 Thread Mads Hartmann Jensen
That was refreshingly easy :) Thanks a lot Mads Hartmann On 10/02/2010, at 18.00, Adam Warski wrote: I can't quite figure out how to deploy my lift app and was hoping one of you could point me in the right direction. For fun i uploaded my entire project (uncompiled) to the server and ran

[Lift] Re: Deploying Lift app

2010-02-10 Thread Mads Hartmann
It's Debian, but I think I have enough information to go on now ;) Thanks everyone, Mads Hartmann On Feb 10, 9:16 pm, Naftoli Gugenheim naftoli...@gmail.com wrote: What OS is on the server? - Jeppe Nejsum Madsenje...@ingolfs.dk wrote: Mads Hartmann mads

Re: [Lift] Welcome javier Goday to the Lift committers

2010-02-09 Thread Mads Hartmann Jensen
Welcome Javier! :) On 09/02/2010, at 17.09, David Pollak wrote: Folks, Please join me in welcoming Javier Goday to the Lift committers. Javier wrote the Lift LDAP module and now that he's a committer, he can make the LDAP module part of the official Lift distribution (and the crowd

[Lift] Re: Facebook Application

2010-02-05 Thread Mads Hartmann
to get fixed right away I would like to work on it :) Thanks, Mads Hartmann Jensen On Feb 4, 10:22 am, Timothy Perrett timo...@getintheloop.eu wrote: Seems like this would be a good task to assign to one of the new / free of task committers? It probably wouldn't take a huge amount of work

[Lift] Re: Single Table Inheritance

2010-02-05 Thread Mads Hartmann
wrote: This is actually fairly common that messages Naftoli sends are empty, or don't get threaded onto the original discussion, or formatting comes out funny. Naftoli, what email client are you using? -Ross On Feb 5, 2010, at 1:49 AM, Mads Hartmann wrote: Hey Naftoli, I think

[Lift] Re: Single Table Inheritance

2010-02-05 Thread Mads Hartmann
Thank you for taking your time to answer my question I don't think I fully understand how to implement any of the suggested solutions, if you have the time I would love a code example :) Thanks a lot, Mads Hartmann Jensen On Feb 5, 7:34 pm, Naftoli Gugenheim naftoli...@gmail.com wrote

[Lift] Re: Single Table Inheritance

2010-02-05 Thread Mads Hartmann
a code example :) Thanks a lot, Mads Hartmann Jensen On Feb 5, 7:34 pm, Naftoli Gugenheim naftoli...@gmail.com wrote: Basically, either use two protected LongMappedMappers and a public getter/setter that takes a boolean into account in both directions; or use a MappedLong, with def obj

[Lift] Single Table Inheritance

2010-02-04 Thread Mads Hartmann
I'm not sure of is the following: - If both Scientist and Lab mixes in the IdPK trait and use the same table, will the id still be unique? - A Discovery has a source, how do i create MappedLongForeignKey to the table they share (lab, scientist)? I hope you'll be able to help me out :) Thanks, Mads

Re: [Lift] Single Table Inheritance

2010-02-04 Thread Mads Hartmann Jensen
Mads Hartmann Sent from my iPhone On 04/02/2010, at 18.17, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: Mads Hartmann mads...@gmail.com writes: Hello Everyone, I'm currently trying to figure out how to map objects with inheritance using the Mapper framework. I've got a Lab and a Scientist who

[Lift] Re: Single Table Inheritance

2010-02-04 Thread Mads Hartmann
Discovery extends Discovery with LongKeyedMetaMapper[Discovery] /--- code ends As always I truely appreciate the help you guys are giving me :) Thanks, Mads Hartmann Jensen On Feb 4, 9:56 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Please take a look

[Lift] Re: Single Table Inheritance

2010-02-04 Thread Mads Hartmann
As always I truely appreciate the help you guys are giving me :) Thanks, Mads Hartmann Jensen On Feb 4, 9:56 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Please take a look at the MegaProtoUser and MegaMetaProtoUser code for examples of how to create traits that can

[Lift] Re: Welcome Jeppe to the Lift committers

2010-01-25 Thread Mads Hartmann
Velkommen til Jeppe Even though you've been part of the Lift community longer than me I'll welcome you anyway ;) Mads On Jan 25, 9:47 am, Marius marius.dan...@gmail.com wrote: Welcome Jeppe ! On Jan 25, 9:26 am, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: On Fri, Jan 22, 2010 at 5:25 PM,

[Lift] Re: (Discussion) Autocomplete widget, bug or feature?

2010-01-24 Thread Mads Hartmann
Hey Marius, Thanks for clearing things up :) I'll see if I'm able to get something working. Cheers, Mads Hartmann Jensen -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from

[Lift] (Discussion) Autocomplete widget, bug or feature?

2010-01-23 Thread Mads Hartmann
? Thanks, Mads Hartmann Jensen -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr...@googlegroups.com. For more options, visit

[Lift] Re: Welcome Mads Hartmann Jensen to the Lift Committers

2010-01-19 Thread Mads Hartmann
Thanks guys :) @Timothy Perrett Unless someone beats me to the punch I was thinking about solving this: http://github.com/dpp/liftweb/issues#issue/46 I already have a local version which should solve it but unfortunately I have an exam the 21. of Jan so can't really work on it without my

[Lift] Re: Welcome Mads Hartmann Jensen to the Lift Committers

2010-01-19 Thread Mads Hartmann
I'm fancying this on too: http://github.com/dpp/liftweb/issues#issue/281 And that's it I think, for now at-least :) On Jan 19, 11:19 pm, Timothy Perrett timo...@getintheloop.eu wrote: I see - cool. Anything else you wanted to work on or contribute? Cheers, Tim On Jan 19, 10:12 pm, Mads

[Lift] Oauth tutorial?

2010-01-14 Thread Mads Hartmann
about it (how to use ouath) on github ;) Thanks, Mads Hartmann Jensen -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to liftweb+unsubscr

Re: [Lift] Oauth tutorial?

2010-01-14 Thread Mads Hartmann Jensen
Ahhh, didn't know that :) Thanks, Mads Hartmann Jensen On 14/01/2010, at 12.40, Timothy Perrett wrote: lift-oauth is an OAuth SERVER... you want an OAuth CLIENT. Try dispatch: http://dispatch.databinder.net/About as it already has a twitter client built in. Cheers, Tim On 14 Jan

[Lift] (AutoComplete) Problem with onSbmit function

2010-01-14 Thread Mads Hartmann
(followKivdr.is, followKivdr (_), (class - follow-kvidr-checkbox)), submit - submit(Jeg er klar - tilmeld, processUser )) } } Thanks :) Mads Hartmann Jensen -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email

[Lift] Re: (AutoComplete) Problem with onSbmit function

2010-01-14 Thread Mads Hartmann
Aha! There's no function bound to the keyUp event, so the hidden field doesn't update :) On Jan 14, 4:06 pm, Mads Hartmann mads...@gmail.com wrote: Hello, I've got a problem when using the AutoComplete widget. Problem I've got three fields which are all

[Lift] Re: (AutoComplete) Problem with onSbmit function

2010-01-14 Thread Mads Hartmann
Hmm, so you can't use the AutoComplete widget as part of a form if you want it to work if some weirdo comes along who has javascript disabled? On Jan 14, 4:15 pm, Mads Hartmann mads...@gmail.com wrote: Aha! There's no function bound to the keyUp event, so the hidden field doesn't update

Re: [Lift] Recommendations for a Web Designer familiar with Lift?

2010-01-13 Thread Mads Hartmann Jensen
Hello Maceij As I see it desgining and creating the acctual template is two completely different tasks which rarely are done by the same person. When i work on projects the designer usally works his/her magic and creates a stunning Photoshop file which is then handed to a front-end developer

[Lift] Re: Recommendations for a Web Designer familiar with Lift?

2010-01-13 Thread Mads Hartmann
Sorry I got your name wrong, wasn't my intention :) On Jan 13, 4:00 pm, Mads Hartmann Jensen mads...@gmail.com wrote: Hello Maceij As I see it desgining and creating the acctual template is two completely different tasks which rarely are done by the same person. When i work on projects

Re: [Lift] Choose template in a custom Loc

2010-01-13 Thread Mads Hartmann Jensen
I believe you might be able to solve your problem with a snippet :) Like so; lift:MySnippet.dynamicTemplatePicking lift:surround dynamic:template= at=content /lift:surround /lift:MySnippet.dynamicTemplatePicking and in you snippet Class MySnippet { def

[Lift] Dynamic sorting of Javascript dependencies

2010-01-12 Thread Mads Hartmann
the autocomplete method executes N.B: This is not really a big problem in my case because i can just select the text-field using another css selector, but i could imagine that in larger projects this would be a handy thing to have :) Cheers, Mads Hartmann Jensen -- You received this message because you

[Lift] Re: Dynamic sorting of Javascript dependencies

2010-01-12 Thread Mads Hartmann
/issues) as a feature request. Br's, Marius On Jan 12, 9:52 pm, Mads Hartmann mads...@gmail.com wrote: Hello everyone Is there any way to tell Lift if a javascript file (or just script tag) is dependent of another one? - this would allow lift to order the script tags correctly Example

[Lift] Re: Dynamic sorting of Javascript dependencies

2010-01-12 Thread Mads Hartmann
/ liftweb/issues) as a feature request. Br's, Marius On Jan 12, 9:52 pm, Mads Hartmann mads...@gmail.com wrote: Hello everyone Is there any way to tell Lift if a javascript file (or just script tag) is dependent of another one? - this would allow lift to order the script tags correctly

[Lift] Re: **IMPORTANT** Lift 2.0 Milestone1 is coming and it's time to test the SNAPSHOT in master

2010-01-11 Thread Mads Hartmann
Awesome :) I'm currently preparing for a exam but i'll give it a go tomorrow when I'm done with my exam On Jan 11, 6:21 pm, Timothy Perrett timo...@getintheloop.eu wrote: That would be because 2.0-M1 has not been released yet... as Indrajit's first note, that will be coming in the next few

[Lift] Can't find JS in /classpath/

2010-01-09 Thread Mads Hartmann
(GET) /favicon.ico took 65 Milliseconds -- info from the server ends --- Does anyone know how to solve this one? Thanks again, Mads Hartmann Jensen -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift

[Lift] Re: Can't find JS in /classpath/

2010-01-09 Thread Mads Hartmann
Wohoo, I solved this one myself, success! ;) You have to add AutoComplete.init() somewhere in your boot.scala file On Jan 9, 10:05 am, Mads Hartmann mads...@gmail.com wrote: Hello everyone I'm having a problem with one of the javascript files that lift includes in the header with the path

[Lift] Proposal to change the AutoComplete widget a tiny bit (with code)

2010-01-09 Thread Mads Hartmann
: function(value, term) { return value.replace(new RegExp((?![^;]+;)(?![^]*)( + term.replace(/([\^\$\(\)\[\]\{\}\*\.\+\?\|\\])/gi, \\$1) + )(?![^] *)(?![^;]+;), gi), strong$1/strong); }, scroll: true, scrollHeight: 180 }; Thanks, Mads Hartmann Jensen -- You received

[Lift] Re: Questions about Loc

2010-01-08 Thread Mads Hartmann
It works like a charm, thanks David On Jan 8, 5:09 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Jan 7, 2010 at 2:24 PM, Mads Hartmann mads...@gmail.com wrote: Hello Is it possible to add a Loc to the menu which would point to a file in webapp/allcategories.html but the url

[Lift] value widgets is not a member of package net.liftweb

2010-01-08 Thread Mads Hartmann
Hello, I'm playing around with the AutoComplete widget, or rather trying to play around with it. I've looked at the example project called 'example' that is included in the Lift-1.1-M8 version of lift (which compiles and runs smoothly) but when i try to integrate it in my own project i get the

[Lift] Re: value widgets is not a member of package net.liftweb

2010-01-08 Thread Mads Hartmann
, Mads Hartmann mads...@gmail.com wrote: Hello, I'm playing around with the AutoComplete widget, or rather trying to play around with it. I've looked at the example project called 'example' that is included in the Lift-1.1-M8 version of lift (which compiles and runs smoothly) but when i try

[Lift] Questions about Loc

2010-01-07 Thread Mads Hartmann
Hello Is it possible to add a Loc to the menu which would point to a file in webapp/allcategories.html but the url that would be visible to the user would be http://localhost:8080/categories/all I know i could do this using a rewrite rule like so: LiftRules.rewrite.append { case RewriteRequest(

[Lift] Re: QueryParams and joins

2010-01-06 Thread Mads Hartmann
5, 2010, at 4:06 PM, Mads Hartmann wrote: I really appreciate you taking the time to help me out. depedency now is:   dependency     groupIdnet.liftweb/groupId     artifactIdlift-core/artifactId     version1.1-M8/version   /dependency It compiles just fine, but when i try

[Lift] Re: QueryParams and joins

2010-01-06 Thread Mads Hartmann
   artifactIdlift-mapper/artifactId    version1.1-M8/version /dependency Cheers, Indrajit On 06/01/10 2:39 PM, Mads Hartmann wrote: How would that dependency tag look? Right now it looks like this: dependency        groupIdnet.liftweb/groupId        artifactIdlift-core/artifactId

[Lift] Re: QueryParams and joins

2010-01-06 Thread Mads Hartmann
/plugin /plugins /reporting /project On Jan 6, 12:31 pm, Indrajit Raychaudhuri indraj...@gmail.com wrote: Mads, Can you please send me the pom.xml? Cheers, Indrajit On 06/01/10 4:50 PM, Mads Hartmann wrote: Again, I really appreciate you guys helping me out :) @Indrajit I just

[Lift] Re: QueryParams and joins

2010-01-06 Thread Mads Hartmann
: (javax.servlet.http.HttpServletRequest) = Unit [INFO] required: (net.liftweb.http.provider.HTTPRequest) = Any [INFO] LiftRules.early.append(makeUtf8) [INFO]^ [ERROR] one error found On Jan 6, 12:59 pm, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: Mads Hartmann mads

[Lift] Re: QueryParams and joins

2010-01-06 Thread Mads Hartmann
: Connection) {conn.close} } On Jan 6, 1:17 pm, Mads Hartmann mads...@gmail.com wrote: Aha! It almost compiles now. There's just one last error: [INFO] Compiling 8 source files to /Users/Mads/Projects/scalableKvidr2/ target/classes at 1262780161026 [ERROR] /Users/Mads/Projects/scalableKvidr2

[Lift] Re: QueryParams and joins

2010-01-06 Thread Mads Hartmann
@Indrajit Raychaudhuri, I've applied your changes On Jan 6, 1:22 pm, Mads Hartmann mads...@gmail.com wrote: And the boot file looks like this: package bootstrap.liftweb import _root_.net.liftweb.util._ import _root_.net.liftweb.http._ import _root_.net.liftweb.sitemap._ import _root_

[Lift] Re: QueryParams and joins

2010-01-06 Thread Mads Hartmann
It compiles and works now! :) Thanks a lot for your help everyone On Jan 6, 1:29 pm, Mads Hartmann mads...@gmail.com wrote: @Indrajit Raychaudhuri, I've applied your changes On Jan 6, 1:22 pm, Mads Hartmann mads...@gmail.com wrote: And the boot file looks like this: package

[Lift] Re: QueryParams and joins

2010-01-05 Thread Mads Hartmann
) org.mortbay.thread.QueuedThreadPool$PoolThread.run (QueuedThreadPool.java:582) On Jan 5, 8:34 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Jan 5, 2010 at 11:33 AM, Mads Hartmann mads...@gmail.com wrote: Thanks David, It compiled just fine but I got a nullpointer exception for some reason. Please post

[Lift] Re: QueryParams and joins

2010-01-05 Thread Mads Hartmann
I've got this in my pom.xml dependency groupIdnet.liftweb/groupId artifactIdlift-core/artifactId version1.0/version /dependency On Jan 5, 8:54 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Jan 5, 2010 at 11:51 AM, Mads Hartmann mads...@gmail.com wrote

[Lift] Re: Templating in lift

2010-01-04 Thread Mads Hartmann
dynamic markup. Br's, Marius On Jan 4, 2:10 am, Mads Hartmann mads...@gmail.com wrote: Hello everyone, I just wrote a small blog post that contains an example of how you use templates in Lift when you need to iterate over a collection of data. This took me a bit of researching

[Lift] QueryParams and joins

2010-01-04 Thread Mads Hartmann
Hello, I'm having a problem and I'm sure it's an easy fix for someone with a bit more experience I have 3 model classes: tag, user, tweet and a join class TagUser. A tag has a list of users. If i want all of the users in a tag i use the following code (which works): def users =

[Lift] Re: QueryParams and joins

2010-01-04 Thread Mads Hartmann
an instance for each of the users in tag tag even though i only need the top x. Thanks for helping me out :) On Jan 5, 1:47 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Mon, Jan 4, 2010 at 3:24 PM, Mads Hartmann mads...@gmail.com wrote: Hello, I'm having a problem and I'm sure it's

[Lift] Templating in lift

2010-01-03 Thread Mads Hartmann
problem :) http://sidewayscoding.tumblr.com/post/315327937/view-first-templating-in-lift Also I would appreciate if someone would tell me if this is not the idiomatic way to do, I'm new to Scala and Lift so I don't know any better, thanks. Mads Hartmann Jensen -- You received this message because