[Lift] More docs?

2009-03-10 Thread Heiko Seeberger
I recently worked through Starting with Lift. Great to have such a mature introduction = Thanx! Now I would like to dig a little deeper and I wonder if there is more documentation? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[Lift] Re: More docs?

2009-03-11 Thread Heiko Seeberger
Great! Thanx Heiko On 11.03.2009, at 02:01, TylerWeir wrote: Derek, Marius and I are writing a book for Lift: http://github.com/tjweir/liftbook/tree/master and http://cloud.github.com/downloads/tjweir/liftbook/master-20090309.pdf On Mar 10, 3:07 pm, Heiko Seeberger heiko.seeber

[Lift] Re: Fwd: Lift on OSGi

2009-04-01 Thread Heiko Seeberger
-- From: Heiko Seeberger seeber...@weiglewilczek.com Date: Mon, Mar 30, 2009 at 8:02 AM Subject: Lift on OSGi To: David Pollak feeder.of.the.be...@gmail.com Hi David, Yes!! I succeeded in OSGi-fying a simple Lift project (lift- archetype-blank). Attached you will find the Maven project

[Lift] OSGi-fying Scala

2009-04-05 Thread Heiko Seeberger
Hi, I am currently working on different OSGi on Scala projects, e.g. ScalaModules, Lift (OSGi-fying Lift) and BindForge. I do not know how well OSGi is known in the Scala space, but it will be a very serious thing for Java and in my opinion also very useful for Scala. To keep things

[Lift] Re: How to use the new Record framework and Jackrabbit

2009-04-09 Thread Heiko Seeberger
Glenn, We have just started OSGi-fying Scala and Lift and there is still some way to go ... If you need a properly OSGi-fied Scala library right now then take a look at ScalaModules (www.scalamodules.org). But as Josh mentioned we will hopefully soon see the official Scala JARs being OSGi

[Lift] Constructor for Req in custom dispatch functions

2009-04-15 Thread Heiko Seeberger
). Thanx -- Heiko Seeberger www.heikoseeberger.name OSGi on Scala --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group

[Lift] Re: Constructor for Req in custom dispatch functions

2009-04-15 Thread Heiko Seeberger
/RequestType.html )] Which is what you're actually matching against. I'll clarify that in the text. Derek On Wed, Apr 15, 2009 at 6:17 AM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Hi, In the current version of Exploring Lift Listing 3.20 shows an example of a custom dispatch

[Lift] Re: getting mvn jetty:run to reload changes to snippets

2009-04-17 Thread Heiko Seeberger
; to force incremental compilation of the Scala class files - or maybe I should just switch to eclipse? -- James --- http://macstrac.blogspot.com/ Open Source Integration http://fusesource.com/ -- Heiko Seeberger www.heikoseeberger.name OSGi on Scala

[Lift] Re: Why can eclipse never find: org.mortbay.jetty.webapp.WebAppContext

2009-04-19 Thread Heiko Seeberger
You need to change the Version range for Jetty in the POM: No version 7! Am 19.04.2009 um 22:34 schrieb Tim Perrett timo...@getintheloop.eu: Hey guys, Just having a play around with the new eclipse plugins and the lift archetypes. With a fresh install of Eclipse and the latest RC version

[Lift] Re: Why can eclipse never find: org.mortbay.jetty.webapp.WebAppContext

2009-04-19 Thread Heiko Seeberger
that this would smooth the curve for newbies :-) Cheers, Tim On Apr 19, 9:50 pm, Heiko Seeberger heiko.seeber...@googlemail.com wrote: You need to change the Version range for Jetty in the POM: No version 7! --~--~-~--~~~---~--~~ You received this message

[Lift] Re: Thoughts on lift marketing [was A Lift preso]

2009-04-24 Thread Heiko Seeberger
Mates, Forget about that old presentation! I have seen it live and it is just not relevant. There will be ab Scala Day at W-JAX 09 (11 Nov) and I will give a *very* positive talk there. Cheers Heiko On 24/04/2009, Daniel Mueller dan.in.a.bot...@gmail.com wrote: Thoughts about that

[Lift] Move common dependencies into parent POM?

2009-04-29 Thread Heiko Seeberger
Hi, For my work on OSGi-fying Lift I took a closer look at the POMs. I noticed, that dependencies are duplicated across the modules, e.g. lift-util and lift-webkit both declare almost the same dependencies. What's the reason for that? Wouldn't it be better to move the common dependencies into the

[Lift] Re: [scala-user] Update to maven-scala-plugin 2.10.1 and add maven-compiler-plugin?

2009-04-30 Thread Heiko Seeberger
? Yes, the maven-scala-plugin 2.10.1 is the best currently. 2.11 should feature updates to take advantage of the new process-argument-limit workarounds in Scalac (which I think are in 2.7.4). -Josh On Thu, Apr 30, 2009 at 3:25 PM, Heiko Seeberger heiko.seeber...@googlemail.com wrote

[Lift] Fwd: Update to maven-scala-plugin 2.10.1 and add maven-compiler-plugin?

2009-04-30 Thread Heiko Seeberger
Oops, wrong list = Once more ;-) -- Forwarded message -- From: Heiko Seeberger heiko.seeber...@googlemail.com Date: 2009/4/30 Subject: Update to maven-scala-plugin 2.10.1 and add maven-compiler-plugin? To: _scala-user scala-u...@listes.epfl.ch Hi, I would like to change the root

[Lift] Re: Confusion about Lift-Core

2009-05-10 Thread Heiko Seeberger
Lift Bloat: LOL!!! 2009/5/10 David Pollak feeder.of.the.be...@gmail.com A long time ago, I insisted that Lift was everything that we had in all the Lift packages. When DavidB split Lift into different packages, he called the whole thing that includes all Lift packages Lift Core. It would

[Lift] OSGi support for Lift

2009-05-12 Thread Heiko Seeberger
Hi Lift folks, Today I checked in the first little step towards OSGi support: - Modules lift-util and lift-webkit are no longer plain vanilla JARs, but built as OSGi bundles (OSGi metadata in META-INF/MANIFEST.MF) - New module lift-osgi which offers (yet very limited) support for Lift

[Lift] Re: OSGi support for Lift

2009-05-12 Thread Heiko Seeberger
feeder.of.the.be...@gmail.com wrote: Very good stuff! Looking forward to playing with it today. Thanks for the hard work! On Tue, May 12, 2009 at 12:03 AM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Hi Lift folks, Today I checked in the first little step towards OSGi support

[Lift] Re: OSGi support for Lift

2009-05-12 Thread Heiko Seeberger
Hi again, I just checked in the next little step: Now it is possible to have a Boot class and provide packages = Snippets are also working (and maybe other LiftRules stuff, too). I also improved and fixed some stuff in the osgi-hello example. Cheers Heiko 2009/5/12 Heiko Seeberger heiko.seeber

[Lift] Re: OSGi support for Lift

2009-05-12 Thread Heiko Seeberger
Hi Alex, 2009/5/12 Alex Boisvert boisv...@intalio.com I downloaded and ran PAX runner, ./pax-run.sh --profiles=log,scala,felix.webconsole,web then installed the examples-osgi bundle, - install

[Lift] Re: OSGi support for Lift

2009-05-12 Thread Heiko Seeberger
___ /__/ Use --log=debug to see details. To be sure, I wiped my M2 repo under javax/mail and retried but I'm getting the same error. Any idea? I'm attaching the full log in case it's helpful. alex On Tue, May 12, 2009 at 10:08 AM, Heiko Seeberger heiko.seeber

[Lift] Re: OSGi support for Lift

2009-05-12 Thread Heiko Seeberger
Sure, Pax Exam rules! 2009/5/12 James Strachan james.strac...@gmail.com BTW speaking of PAX - I've found a nice easy way to test OSGI jars (as its so easy to mess up the metadata) is to use Pax Exam to create an OSGi integration test of your bundles against one or more OSGi containers

[Lift] Re: Build problem

2009-05-12 Thread Heiko Seeberger
Oops! That's the OSGi stuff :-( Please comment in lift/pom.xml !--plugin groupIdorg.apache.felix/groupId artifactIdmaven-bundle-plugin/artifactId configuration instructions

[Lift] Re: Build problem

2009-05-12 Thread Heiko Seeberger
OK, I fixed it and pushed to the repo.Sorry for the trouble! Heiko 2009/5/12 Heiko Seeberger heiko.seeber...@googlemail.com Oops! That's the OSGi stuff :-( Please comment in lift/pom.xml !--plugin groupIdorg.apache.felix/groupId artifactIdmaven-bundle-plugin

[Lift] Re: OSGi support for Lift

2009-05-12 Thread Heiko Seeberger
. alex On Tue, May 12, 2009 at 11:24 AM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: When did you check out? I pushed again about one or two hours ago.From the log I can see that you use an old version of hello.composite. The new one should look like: scan

[Lift] Re: OSGi support for Lift

2009-05-13 Thread Heiko Seeberger
Alex, [5285...@qtp-20735553-0 - /] INFO org.ops4j.pax.web.service.internal.HttpServiceContext - getting resource: [/templates-hidden/default.htm] [5285...@qtp-20735553-0 - /] INFO org.ops4j.pax.web.service.internal.HttpServiceContext - found resource: null Is that normal? I can see the

[Lift] Re: OSGi support for Lift

2009-05-13 Thread Heiko Seeberger
under http://localhost:8080.This would make it possible to deploy several Lift apps onto the same OSGi container. alex On Tue, May 12, 2009 at 12:19 PM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Hm, does not look good :-(Thanx for trying and please keep on! I have to deal

[Lift] Re: OSGi support for Lift

2009-05-14 Thread Heiko Seeberger
Hi Alex, Yes, I do get that and these are exactly the things I'm looking for in moving to OSGi. However, as applications grow I think it's eventually necessary to modularize and isolate them so that changing something in one app doesn't affect another one. Yes, you are right. But so far

[Lift] Schedule for 1.1

2009-05-14 Thread Heiko Seeberger
Hi, I am about to use Lift for a new project and I wonder whether I should use 1.0 or go for 1.1. Any ideas when 1.1 will be released? And what about the record framework? Is it production ready yet or in near future? Thanx Heiko -- My blog: heikoseeberger.name Follow me: twitter.com/hseeberger

[Lift] Recommended way for logging?

2009-05-18 Thread Heiko Seeberger
What is the recommended way for logging in Lift applications? (a) Use LiftLogger (b) Use custom application logging via Log4j, SLF4J, etc. because LiftLogger is meant for Lift internal only Thanx Heiko -- My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala:

[Lift] Question about field validation

2009-05-18 Thread Heiko Seeberger
I am using Mapper with a class like that: class Participant extends LongKeyedMapper[Participant] with IdPK { override def getSingleton = Participant object firstName extends MappedString(this, 100) { override val displayName = First name override val validations = valMinLen(1,

[Lift] How to use lift-paypal?

2009-05-19 Thread Heiko Seeberger
Hi, I would like to use the PayPal module. First: Is it considered production ready? Second: If yes, please point me to some documentation or examples. Thanx Heiko -- My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: www.scalamodules.org Lift, the simply functional

[Lift] Re: How to use lift-paypal?

2009-05-19 Thread Heiko Seeberger
Hi Tim, Yes, it's production ready. Currently both PDT and IPN are supported. Great! I'll bash together a sample later if you need one (at work now). I would appreciate that a lot! Alternitivly, the lift book has a small sample of it's usage. Yes, but that's indeed very small :-( I

[Lift] Re: Which lift version should I be using

2009-05-19 Thread Heiko Seeberger
I asked something similar some days ago (Subject: Schedule for 1.1).I am using 1.1-SNAPSHOT and that's doing fine ... Heiko 2009/5/19 glenn gl...@exmbly.com I was using lift 1.1-SNAPSHOT,which I had in my local repository. There is a version 1.1-M1 on http://scala-tools.org/repo-releases.

[Lift] Snippet name clashes

2009-05-19 Thread Heiko Seeberger
Hi, As far as I understand it is not possible to specify the FQCN of a snippet class in a snippet tag. Is this true? If so, there might be name clashes: Just imagine popular names like user, customer, item, etc. This will be particularly important in the OSGi space where you can create extensible

[Lift] Re: lift-tag discussion

2009-05-25 Thread Heiko Seeberger
From a user's perspective lift-tag feels odd = I prefer version 1 Heiko 2009/5/25 Marius marius.dan...@gmail.com Dear all, As you may have noticed recently lift:bind and lift:with-param has been deprecated in favor of lift-tag:bind and lift-tag:with-param. The rationale was that the syntax

[Lift] Re: git ouch

2009-05-28 Thread Heiko Seeberger
Some more details, please: What git commands did you enter? 2009/5/29 Oliver Lambert olambo...@gmail.com Git wouldn't let me create a branch of liftweb until I deleted and recreated my ssh keys - I believed all was good. I thought I was following the documentation, to create my own branch,

[Lift] Re: git ouch

2009-05-29 Thread Heiko Seeberger
Oliver, But that's perfect! What's your problem? There is one LOCAL wip-ol-immu branch and one REMOTE. That's how it is expected to be for a branch you pushed. Heiko 2009/5/29 Oliver Lambert olambo...@gmail.com I got that list of commands wrong, what I typed, was git clone

[Lift] Re: git ouch

2009-05-29 Thread Heiko Seeberger
looks like wip-ol-immu is directly next to master, rather than on a separate branch - if this is normal, Im happy) On Fri, May 29, 2009 at 4:22 PM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Oliver, But that's perfect! What's your problem? There is one LOCAL wip-ol-immu branch

[Lift] Switch to Scala 2.7.5 for 1.1 ?

2009-06-03 Thread Heiko Seeberger
Hi, I wonder if we should switch to Scala 2.7.5. I do not know whether the actor fixes are relevant as Lift has got its own actor library now. But for users of the Scala IDE for Eclipse (like me) it might be beneficial, because the Scala IDE ships with 2.7.5. Cheers Heiko -- My blog:

Re: [scala] Re: [Lift] Programming in Scala #5, Lift Book #8, Beginning Scala #9

2009-06-09 Thread Heiko Seeberger
2009/6/9 Viktor Klang viktor.kl...@gmail.com Awesome idea. Would be great to establish some kind of curriculum with joint teaching material to be able to offer courses worldwide. +1 We have been doing something similar with Eclipse = www.eclipse-training.net And very recently we also

[Lift] Re: Lift group created on LinkedIn

2009-06-10 Thread Heiko Seeberger
Cool!I just joined. Thanx Heiko 2009/6/10 Mark Baker markmbake...@gmail.com This morning I created a group on LinkedIn for Lift enthusiasts. I called it LiftWeb and here's the link to the group - http://www.linkedin.com/groups?gid=2017908. Hopefully this will build more interest in Lift

[Lift] Re: On OSGi bundle mavens

2009-06-21 Thread Heiko Seeberger
pm, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Of course I would like to stick to the more common approach described above. Maybe you want to take a look at the POMs and analyze if/how the Felix Bundle plug-in can pick the compressed JavaScript libraries? I was missing

[Lift] Relax test cases?

2009-07-17 Thread Heiko Seeberger
Hi, As I am travelling a lot I often use my MacBook Air for coding. This morning I ran into the following issue when trying to build Lift: --- Test set: net.liftweb.textile.TextileSpecTest

[Lift] Re: Hudson not building?

2009-07-20 Thread Heiko Seeberger
ScalaModules is also not building and I do not know any reasons for that ... Heiko 2009/7/20 Timothy Perrett timo...@getintheloop.eu Hey Jeppe, Thats strange, i've just kicked off a hudson build manually, so we'll see if it works or not - i'll report back shortly Derek / DPP can you look

[Lift] Re: OSGi support for Lift

2009-07-23 Thread Heiko Seeberger
. alex On Tue, May 12, 2009 at 12:19 PM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Hm, does not look good :-(Thanx for trying and please keep on! I have to deal with some build issues, and will take a look at that tomorrow. Heiko 2009/5/12 Alex Boisvert

[Lift] Re: Modularization of Lift code

2009-07-29 Thread Heiko Seeberger
Hi all, This is a very good discussion! As I am trying to provide OSGi support for Lift, I already encountered this booting/resolving issue. If we could go for OSGi-only this would be a straightforward task (like Stephen described), but we have to support both worlds: Static monolithic non-OSGi

[Lift] Re: Modularization of Lift code

2009-07-29 Thread Heiko Seeberger
Arthur, Thanx for sharing your experiences! Please find my comments below ... Heiko 2009/7/29 Arthur avand...@gmail.com Hi all I'm completely new to Lift (and Scala) so I'm not yet very familiar with the Lift-specific needs regarding modularization. But I just come from an OSGi project

[Lift] Re: Modularization of Lift code

2009-07-29 Thread Heiko Seeberger
Just a quick and dirty reply: In order to get OSGi support LiftRules should delegate *everything* to a Collection of LiftModules. LiftModules can be added to and removed from this collection anytime. Heiko 2009/7/29 Timothy Perrett timo...@getintheloop.eu Ryan, I agree with you for the

[Lift] Re: Modularization of Lift code

2009-07-29 Thread Heiko Seeberger
even set up a LiftModule site where you can share and find modules. -Ryan On Jul 29, 7:55 am, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Just a quick and dirty reply: In order to get OSGi support LiftRules should delegate *everything* to a Collection of LiftModules

[Lift] Re: Modularization of Lift code

2009-07-29 Thread Heiko Seeberger
development. That is what needs to be addressed foremost, I think. Glenn... On Jul 29, 4:55 am, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Just a quick and dirty reply: In order to get OSGi support LiftRules should delegate *everything* to a Collection of LiftModules. LiftModules

[Lift] Converting from HTML form values to numeric MappedFields

2009-08-03 Thread Heiko Seeberger
Hi, I have got a Mapper with a numeric MappedField (let's say Int). What is the best way to convert and validate from a HTML form? Obviously the following won't work: Mapper: class Course extends LongKeyedMapper[Course] with IdPK { override def getSingleton = Course object title extends

[Lift] Exception for S.? while booting

2009-08-04 Thread Heiko Seeberger
Hi, When I try to use internationalization via S.? in a Mapper class, I get the below exception while booting Lift. It seems that S._resBundle is null when Schemifier tries to do its work. Is this a bug or a feature (S must not be used outside the request life cycle). If last, how to i18n then?

[Lift] Re: Exception for S.? while booting

2009-08-04 Thread Heiko Seeberger
=At least %s characters required! maxLen=At most %s characters allowed! Thanx Heiko 2009/8/4 marius d. marius.dan...@gmail.com S lifetime is per request. S is not constructed on Boot. Could you post a code snippet on what you're trying to achieve? Br's, Marius On Aug 4, 12:43 pm, Heiko

[Lift] Re: Converting from HTML form values to numeric MappedFields

2009-08-04 Thread Heiko Seeberger
into the conversion? Heiko 2009/8/4 David Pollak feeder.of.the.be...@gmail.com Why not use title - (title.toForm openOr NodeSeq.Empty) ? On Mon, Aug 3, 2009 at 7:23 AM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Hi, I have got a Mapper with a numeric MappedField (let's say Int

[Lift] Re: Exception for S.? while booting

2009-08-04 Thread Heiko Seeberger
: override val validations should probably be override def validations ? or override lazy val validations ? Br's, Marius On Aug 5, 7:48 am, Heiko Seeberger heiko.seeber...@googlemail.com wrote: I would like to internationalize my code. Something like: Mapper class: class Course

[Lift] Re: Exception for S.? while booting

2009-08-05 Thread Heiko Seeberger
stateless requests and need Lift's localization? Br's, Marius On Aug 5, 8:50 am, Heiko Seeberger heiko.seeber...@googlemail.com wrote: def can be overridden with val. But this is a Scala thingy, please do not bother. If it makes you easier replace val with def. The question remains: How can

[Lift] Re: XHTML gotchas

2009-08-26 Thread Heiko Seeberger
+1 for W3C validations: I feel more comfortable with valid code than with invalid which somehow runs on (some) browsers. Heiko 2009/8/26 David Pollak feeder.of.the.be...@gmail.com Folks, I've been working on the XHTML validation stuff for Lift. Basically, you can, in dev mode, turn on

[Lift] Re: who can give me some case?

2009-08-31 Thread Heiko Seeberger
A Swiss job portal is about to. Cheers Heiko On Monday, August 31, 2009, Margaret mawei...@gmail.com wrote: who are using lift web now? - mawei...@gmail.com 13585201588 http://maweis.com -- My blog: heikoseeberger.name Follow me:

[Lift] Re: Lift and Cappuccino integration... a first step

2009-09-04 Thread Heiko Seeberger
/book/view/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net

[Lift] Include jquery.js script

2009-09-11 Thread Heiko Seeberger
With the current snapshot one has to explicitly add script type=text/javascript src=/classpath/jquery.js / to the templates. Was this not automatically included formerly? Cheers, Heiko My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala:

[Lift] Re: Include jquery.js script

2009-09-11 Thread Heiko Seeberger
appear more jQuery oriented, so I'd prefer to not add this feature. Cheers, Tim On 11 Sep 2009, at 15:54, Heiko Seeberger wrote: Don't get me wrong: I thought that it was added to the head section automatically, like script type=text/javascript src=/ajax_request/liftAjax.js/ script

[Lift] Re: Nested binding

2009-09-14 Thread Heiko Seeberger
can render them? This is what I tried/want/expect: lift:mysnippet.tables table:name/ table:rows? row:name?? /table:rows ? /lift:mysnippet.tables Best regards. -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger

[Lift] Re: Nested binding

2009-09-14 Thread Heiko Seeberger
Sífilis (Treponema pallidum), ) /ul /div Looks like a serialization of the NodeSeq, as if it doesn't concat the nodes. Cheers On Sep 14, 12:48 pm, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Jose, please take it from here: http://wiki.github.com/dpp/liftweb/how-to-binding

[Lift] Re: Breaking changes in CometActor code vs. continuing instabilities in Scala Actors

2009-09-16 Thread Heiko Seeberger
Of course in a perfect world we would like to use the perfect EPFL actors. But as know the world, well at least EPFL actors, are not perfect. By the way: Scala is a lot about libraries, hence IMHO it is OK if Lift uses it's own approach for actors. = Let's go for lift-actor, if possible abstracted

[Lift] How to bind preserving element contents?

2009-09-18 Thread Heiko Seeberger
Hi, I would like to bind the following part form a template: question:row tdquestion:edit/nbsp;question:delete//td tdquestion:id//td tdquestion:text//td tdquestion:answers//td /question:row The result should be a table row like that: tr id=someId td.../td ... /tr So in this case I

[Lift] Re: How to bind preserving element contents?

2009-09-18 Thread Heiko Seeberger
, ...) }/tr } }) I'm presuming here that question:row will generate multiple rows, one for each question, but I'm not sure from your example. -Ross On Sep 18, 2009, at 3:05 AM, Heiko Seeberger wrote: Hi, I would like to bind the following part form a template

[Lift] Re: [Lift committers] Re: Welcome Indrajit Raychaudhuri to the Lift Committers

2009-09-24 Thread Heiko Seeberger
One comment re the scala versions: I don't know about maven, but for other build systems, I don't think this completely solves the problem. Indrajit was talking about Maven and how to improve the POMs (project description files which amongst many other information contain versioned dependency

[Lift] Re: [Lift committers] Welcome Indrajit Raychaudhuri to the Lift Committers

2009-09-24 Thread Heiko Seeberger
, Jeppe Nejsum Madsen je...@ingolfs.dk wrote: Heiko Seeberger heiko.seeber...@googlemail.com writes: One comment re the scala versions: I don't know about maven, but for other build systems, I don't think this completely solves the problem. Indrajit was talking about Maven and how to improve

[Lift] Re: [Lift committers] Welcome Indrajit Raychaudhuri to the Lift Committers

2009-09-24 Thread Heiko Seeberger
Jeppe, Many other build systems (Ivy, Gradle, SBT, buildr) etc. can use a Maven repository to resolve dependencies and hence use the POMs from the repo. Ah, now I see your point ;-) I'm not using maven so don't know how the POM in the repo gets generated, but somehow thought the proposal

[Lift] Re: RFC: Restructuring Lift Codebase

2009-09-28 Thread Heiko Seeberger
between 'flat'-ness and deep nesting. Thoughts on this? Let's not go deeper right now. -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net

[Lift] Re: Removing Scala Actors from Lift

2009-09-30 Thread Heiko Seeberger
: http://crisp.se work: http://scalablesolutions.se code: http://github.com/jboner code: http://akkasource.org -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional

[Lift] Override the display names for (Mega)ProtoUser

2009-10-06 Thread Heiko Seeberger
Hi, It is not possible to localize or override the display names for (Mega)ProtoUser's first name, last name and time zone. This is because it is determined by ??(First Name) and analogous, with First Name (with a blank) not a valid key for a PropertyResourceBundle. Am I missing something? Or

[Lift] Re: Override the display names for (Mega)ProtoUser

2009-10-06 Thread Heiko Seeberger
Jeppe, You are my hero ;-) Thanks, Heiko 2009/10/6 Jeppe Nejsum Madsen je...@ingolfs.dk Heiko Seeberger heiko.seeber...@googlemail.com writes: Hi, It is not possible to localize or override the display names for (Mega)ProtoUser's first name, last name and time zone. This is because

[Lift] Re: Override the display names for (Mega)ProtoUser

2009-10-07 Thread Heiko Seeberger
translation. Best, Dirk Louwers On Oct 7, 7:43 am, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Jeppe, You are my hero ;-) Thanks, Heiko 2009/10/6 Jeppe Nejsum Madsen je...@ingolfs.dk Heiko Seeberger heiko.seeber...@googlemail.com writes: Hi

[Lift] Re: Missing i18n in Lift?

2009-10-08 Thread Heiko Seeberger
and, at least to me, it seems like there's no obvious way (other than roll my own) to do i18n form display/parsing (ie. currency, number formats, date etc). Or did I miss something? /Jeppe -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com

[Lift] Re: PayPal Subscriptions

2009-10-08 Thread Heiko Seeberger
, Ryan -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net --~--~-~--~~~---~--~~ You received

[Lift] Re: master_post_M6 branch (attn Lift committers with changes ready to merge into master)

2009-10-08 Thread Heiko Seeberger
the M6 build goes out (most likely today), we can rebase master with master_post_M6. Thanks, David -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics -- Heiko

[Lift] Lift @ W-JAX Challenge

2009-10-08 Thread Heiko Seeberger
Lifters, In some weeks W-JAX http://it-republik.de/jaxenter/wjax09/, one of Germany's leading conferences in Java (and now also Scala) space, will open its gates. This time there will be a Scala Dayhttp://it-republik.de/jaxenter/wjax09/sessions?tid=1296 with sessions from some Scala VIPs (Martin

[Lift] Re: **IMPORTANT** Do Not change to Scala 2.7.6

2009-10-14 Thread Heiko Seeberger
Lift). Just stick with 2.7.5. Thanks, David -- Lift, the simply functional web frameworkhttp://liftweb.net Beginning Scalahttp://www.apress.com/book/view/1430219890 Follow me:http://twitter.com/dpp Git some:http://github.com/dpp -- Heiko Seeberger My job: weiglewilczek.com

[Lift] Re: Welcome Dirk Louwers to the Lift committers

2009-10-15 Thread Heiko Seeberger
! Thanks, David -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me

[Lift] Enhance Msgs snippet to show all messages

2009-10-21 Thread Heiko Seeberger
Hi, I had a hard time figuring out why the ProtoUser's changePassword page will show an error message when the wrong old password is given but won't show any messages when the new password is too short or two different new passwords are entered. In the end it is very simple: The first error is not

[Lift] Re: Enhance Msgs snippet to show all messages

2009-10-21 Thread Heiko Seeberger
Created Issue 123 and put on reviewboard. Heiko 2009/10/21 Heiko Seeberger heiko.seeber...@googlemail.com Because that will lead to two different sections on the page (take a look at the attachment). Heiko 2009/10/21 Marius marius.dan...@gmail.com Why not use both lift:Msg and lift:Msgs

[Lift] Re: **Important** Migration guide Scala Actors - Lift Actors

2009-10-23 Thread Heiko Seeberger
, David -- Lift, the simply functional web frameworkhttp://liftweb.net Beginning Scalahttp://www.apress.com/book/view/1430219890 Follow me:http://twitter.com/dpp Surf the harmonics -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com

[Lift] Re: Lift Actor names

2009-10-25 Thread Heiko Seeberger
'?) ForwardableActor to ForwardingActor (it doesn't get forwarded, it forwards messages) Thoughts? Thanks. -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net

[Lift] CometActor fixedRender vs. render

2009-10-26 Thread Heiko Seeberger
Hi, In CometActor, what's the puropse of fixedRender? What's the difference/relation to render? Thanks Heiko -- My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net

[Lift] Re: CometActor fixedRender vs. render

2009-10-26 Thread Heiko Seeberger
, 2009 at 12:53 AM, Heiko Seeberger heiko.seeber...@googlemail.com wrote: Hi, In CometActor, what's the puropse of fixedRender? What's the difference/relation to render? Thanks Heiko -- My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi

[Lift] Re: Problem with RequestVar

2009-10-27 Thread Heiko Seeberger
Hi, 2009/10/27 sunanda sunanda.pa...@gmail.com Hi, I need to retain the value of gridid throughout the session. Then use a SessionVar instead of a RequestVar. Heiko --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[Lift] Folder for resource bundles possible?

2009-10-27 Thread Heiko Seeberger
Hi, Is there a way to configure Lift such that it is possible to but resource bundles (properties files, used by S.?) into another folder but the top level one? I would like to put them into a i18n folder, just like the core-lift properties. Thanks, Heiko -- My job: weiglewilczek.com My blog:

[Lift] Re: LiftTicket and AJAX

2009-10-31 Thread Heiko Seeberger
/liftticket/model/AjaxEditableField.scala Constructive criticism would be appreciated. Derek -- Heiko Seeberger My job: weiglewilczek.com My blog: heikoseeberger.name Follow me: twitter.com/hseeberger OSGi on Scala: scalamodules.org Lift, the simply functional web framework: liftweb.net

[Lift] Re: Question about megaprotouser S.error

2009-11-02 Thread Heiko Seeberger
2009/11/3 DFectuoso santiago1...@gmail.com I am using MegaProtoUser in my user model and a couple of users reported they do not get any kind of feedback if they don't input a valid user in the Sign Up form What exactly is a valid user in your case? def testSignup() {

[Lift] Re: Question about megaprotouser S.error

2009-11-03 Thread Heiko Seeberger
2009/11/3 DFectuoso santiago1...@gmail.com Wow, its working allright, let me compare your code with mine, so far the only diff is that you are using the full error snippet lift:Msgs showAll=true lift:error_classerror/lift:error_class

[Lift] Re: Question about megaprotouser S.error

2009-11-03 Thread Heiko Seeberger
Thank you. It's my contribution to the W-JAX Challenge where several web frameworks compete. But to be honest: The others are really nicely designed ... Heiko 2009/11/3 Randinn rand...@gmail.com Nicely designed site, just to go a bit off-topic, very clean. On Nov 4, 4:33 am, Heiko Seeberger

[Lift] Re: Question about megaprotouser S.error

2009-11-03 Thread Heiko Seeberger
2009/11/3 DFectuoso santiago1...@gmail.com I would expect that any time the form fails to validate(try clicking submit without typing a password or a valid email in hellolift) i would get a message saying what is wrong. That's how it works. Go to http://174.143.152.248:8080/kix-1.0/ to see

[Lift] Re: Question about megaprotouser S.error

2009-11-03 Thread Heiko Seeberger
2009/11/3 DFectuoso santiago1...@gmail.com Yes, changing the binding to the full errors,notices and warning fixed it, now i just need to override the messages on fail(don't know how to change those password.must.set and the default password) and i'll be over this signup thing

[Lift] Re: Question about megaprotouser S.error

2009-11-03 Thread Heiko Seeberger
2009/11/4 DFectuoso santiago1...@gmail.com well that seems great! I use the snapshot so if you finish that and want to make someone very happy, you can send me an example of how it ended up working and i will be very very thankful! It is a bug in MappedPassword (not ProtoUser):

[Lift] Re: Question about megaprotouser S.error

2009-11-03 Thread Heiko Seeberger
2009/11/4 Heiko Seeberger heiko.seeber...@googlemail.com 2009/11/4 DFectuoso santiago1...@gmail.com well that seems great! I use the snapshot so if you finish that and want to make someone very happy, you can send me an example of how it ended up working and i will be very very thankful

[Lift] Re: Question about megaprotouser S.error

2009-11-05 Thread Heiko Seeberger
2009/11/4 David Pollak feeder.of.the.be...@gmail.com It is a bug in MappedPassword (not ProtoUser): It's not a bug, it's by design. Well , issue 157 (MappedPassword contains misspelled key for unset password) is a bug, but ** as default value is by design, of course. Heiko My job:

[Lift] Re: lift-webkit-1.1-SNAPSHOT contains duplicate classes (e.g. Box.class)

2009-11-12 Thread Heiko Seeberger
why Maven was including classes from lift-common and lift-actor into lift-webkit. It is a feature of the maven-bundle-plugin? I can take care of fixing the issue if pointed towards the right direction. thanks! alex -- Heiko Seeberger My job: weiglewilczek.com My blog

[Lift] Re: lift-webkit-1.1-SNAPSHOT contains duplicate classes (e.g. Box.class)

2009-11-12 Thread Heiko Seeberger
OK, I spotted the problem and will work on the issue ... Heiko 2009/11/13 Heiko Seeberger heiko.seeber...@googlemail.com maven-bundle-plugin? Well, that's my business, I guess. I will take a look ... Heiko 2009/11/12 Alex Boisvert alex.boisv...@gmail.com Can one of our resident Maven

[Lift] Re: lift-webkit-1.1-SNAPSHOT contains duplicate classes (e.g. Box.class)

2009-11-13 Thread Heiko Seeberger
I fixed it and it is on review board ... Heiko 2009/11/13 Heiko Seeberger heiko.seeber...@googlemail.com OK, I spotted the problem and will work on the issue ... Heiko 2009/11/13 Heiko Seeberger heiko.seeber...@googlemail.com maven-bundle-plugin? Well, that's my business, I guess. I

  1   2   >