Re: [Lift] Customizing meta fields

2010-03-08 Thread Martin Dale Lyness
Again, thank you so much for the help! The head merge feature is perfect for this situation i described and my next line of though is right inline with how you describe bind points! Thanks again! -- Martin On Mon, Mar 8, 2010 at 12:47 PM, Ross Mellgren wrote: > For your particular exam

Re: [Lift] Customizing meta fields

2010-03-07 Thread Martin Dale Lyness
on is it puts all of the text on the developer side forcing the dev team to update descriptions and keywords where really the designers should be doing this. Does anyone have a suggestion on how to put the power in the hands of the designers in this type of situation? -- Martin On Sun, Mar 7, 2010

[Lift] Customizing meta fields

2010-03-07 Thread Martin
How would one go about having dynamic description and keyword meta tags in a template? Here is what i've tried: default.html HelloWorld.scala Helpers.bind("b", in, "time" -> date.map(d => Text(d.toString)), "meta_desc" -> "test desc") I'm using a basic archetype build of 2.0-M3 and it produces

[Lift] Activity

2010-03-07 Thread Martin
me of your time away from more important things :). I just figured seeing this was a question in my mind, others thinking about using the framework might have the same question. -- Martin -- You received this message because you are subscribed to the Google Groups "Lift" group. To post

[Lift] reload application.properties

2010-03-01 Thread Martin
, Martin -- 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 grou

Re: [Lift] anybody used OPA?

2010-02-23 Thread Martin Ellis
aid, but can offer some other links you might find interesting if you haven't seen them already: Ur/Web - web application language/framework. http://impredicative.com/ur/ Yeti - ML-like language on the JVM. http://wiki.github.com/mth/yeti/ Martin -- You received this message because yo

Re: [Lift] OSGi example, what to do to make it run?

2010-02-05 Thread Martin Ellis
and run "update " for each edit/compile cycle - it's a bit clunky. Any offers/suggestions? (Sorry, I realise the question more about OSGI than lift) Martin -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group,

[Lift] Re: [scala-internals] RC8 candidate for the first 2.8.0 beta

2010-01-21 Thread martin odersky
On Thu, Jan 21, 2010 at 8:37 PM, David Pollak wrote: > Okay... the work-around is checked into the Lift repo. > > I say, "Ship RC8 as the beta" and we'll work through this (and likely other) > issues during the beta period. > Sounds good. Thanks! -- Martin >

[Lift] Re: [scala-internals] RC8 candidate for the first 2.8.0 beta

2010-01-21 Thread martin odersky
type parameter violated some type bound, so the type inferencer should have chosen a more general type which would not violate the bound. The easiest fix is probably to just roll back and leave ticket #2867 open until we find a better solution. That's what I have done. Cheers -- Martin --

[Lift] Re: [scala-internals] RC8 candidate for the first 2.8.0 beta

2010-01-21 Thread martin odersky
rule, because this one just rolls back a non-critical patch, so I fail to see how this could affect anything but the original ticket. Cheers -- Martin -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to lift...@g

Re: [Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
On Tue, Dec 22, 2009 at 7:12 PM, Paul Phillips wrote: > On Tue, Dec 22, 2009 at 05:45:52PM +0100, martin odersky wrote: >> But I need to know how to build lift with a 2.8.0 compiler. Or >> alternatively, if a kind soul can send me a lift 2.8.0 tarball with >> all the clas

Re: [Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
On Tue, Dec 22, 2009 at 6:48 PM, martin odersky wrote: > I found someone who could download the repository with git. So trying > again now. ... and it builds with RC3. Great! So now I have something to work with ... Cheers -- Martin -- You received this message because you are subscri

Re: [Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
I found someone who could download the repository with git. So trying again now. -- Martin On Tue, Dec 22, 2009 at 6:36 PM, martin odersky wrote: > On Tue, Dec 22, 2009 at 6:24 PM, Indrajit Raychaudhuri > wrote: >> >> On 22/12/09 10:44 PM, martin odersky wrote: >>>

Re: [Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
On Tue, Dec 22, 2009 at 6:24 PM, Indrajit Raychaudhuri wrote: > > On 22/12/09 10:44 PM, martin odersky wrote: >> >> On Tue, Dec 22, 2009 at 6:09 PM, Indrajit Raychaudhuri >>  wrote: >>> >>> Martin, >>> >>> I think the jetty version is i

Re: [Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
On Tue, Dec 22, 2009 at 6:09 PM, Indrajit Raychaudhuri wrote: > Martin, > > I think the jetty version is incorrect in the pom.xml in test:sample. > > It should be: > >        org.mortbay.jetty >        jetty >        [6.1.6,7.0) > ... and, which test:sample

Re: [Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
On Tue, Dec 22, 2009 at 6:09 PM, Indrajit Raychaudhuri wrote: > Martin, > > I think the jetty version is incorrect in the pom.xml in test:sample. > > It should be: > >        org.mortbay.jetty >        jetty >        [6.1.6,7.0) > > See if that works. > Bu

Re: [Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
know how to build lift with a 2.8.0 compiler. Or alternatively, if a kind soul can send me a lift 2.8.0 tarball with all the classfiles in there I can take it from there. Thanks -- Martin -- You received this message because you are subscribed to the Google Groups "Lift" group. To po

Re: [Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
do to solve this? Thanks -- martin [INFO] [INFO] [INFO] [ERROR] BUILD ERROR [INFO] [INFO] [INFO] [INFO] Failed to resolve artifact. [INFO] [INFO

[Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
On Tue, Dec 22, 2009 at 3:41 PM, Heiko Seeberger wrote: > Martin, > OK, now I got it working (almost) without Maven: > 1. step: > Check out 280_port branch from ...@github.com:dpp/liftweb.git > 2. step: > cd into liftweb/lift-persistence/lift-mapper and run > mvn dependency:

[Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
that be sufficient?  We could also have this do conditional > computation in the future. Does that mean that the scala compiler would then be run out of classfiledir? Yes, that could work. Cheers -- Martin -- You received this message because you are subscribed to the Google Groups &quo

[Lift] Re: [scala-internals] RC5 candidate for the first 2.8.0 beta

2009-12-22 Thread martin odersky
t to compile in what order (I can probably figure them out in a pinch, but if someone knows that already, it would help). Thanks -- Martin -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to lift...@googleg

[Lift] Re: [scala-internals] RC4 candidate for the first 2.8.0 beta

2009-12-21 Thread martin odersky
On Sun, Dec 20, 2009 at 12:39 PM, martin odersky wrote: > Thanks for letting us know. This looks like something stirred up by > the change in erasure. We'll investigate Monday what it is. > > Cheers > >  -- Martin > I could reproduce the fault and think I found the under

[Lift] Re: [scala-internals] RC4 candidate for the first 2.8.0 beta

2009-12-20 Thread martin odersky
Thanks for letting us know. This looks like something stirred up by the change in erasure. We'll investigate Monday what it is. Cheers -- Martin On Sun, Dec 20, 2009 at 11:43 AM, Heiko Seeberger wrote: > Lift built against RC3, but with RC4 we get th

[Lift] Re: Problems downloading dependencies, can't get started

2009-11-14 Thread Nate Martin
nobody else jumps in, its an issue with maven.  I'm > mobile abd be more helpful I'm afraid. > Sent on the Now Network™ from my Sprint® BlackBerry > > > > -Original Message- > From: Nate Martin > Date: Sat, 14 Nov 2009 16:32:19 > To: Lift > Subject:

[Lift] Problems downloading dependencies, can't get started

2009-11-14 Thread Nate Martin
Hi- I was very intrigued with Lift, so I tried to work my way through the Hello World tutorial. Unfortunately, I can't seem to get that to work. I'm running on Snow Leopard. I installed Lift with the installer downloaded from the Lift web site (version 1.0.1). When I first ran "mvn jetty:run" it

[Lift] Re: Removing Scala Actors from Lift

2009-10-02 Thread martin
Hi Jonas, On Sep 30, 8:05 pm, Jonas Bonér wrote: > Hi Martin and Philipp. > > Thanks for your email. What you are saying sounds great. I love Scala > Actors and I know its an important thing that brings people over to > Scala. > > I hope that I didn't offend you. Yo

[Lift] Re: Removing Scala Actors from Lift

2009-09-30 Thread martin
nd that's not good for the goal of convincing people that actors are a useful concurrency abstraction. So, nothing against lift actors and Akka, but we need to be precise about the tradeoffs. Maybe call them `flat actors' or something like that. Martin and Philipp --~--~-~--~~

[Lift] Re: automaticly generated forms and submit button naming

2009-09-28 Thread Martin
ap(...). When I first compiled this code i got type mismatch error: found : scala.xml.NodeSeq required: scala.xml.Node So I picked up first non empty element from the result by using bind (...)(1) and it works in my scenario. Maybe I will catch it later ;) Again this code works per

[Lift] automaticly generated forms and submit button naming

2009-09-24 Thread Martin
Hi all, I've got a following problem. When I create a form form automaticly.. similar to the User login/register example I encontered a problem I'm not posible to cope with. Firstly I have 'written' a function (using Copy&Paste method) which creates a form fields list based on my class propertie

[Lift] Re: New Lift Actor code

2009-05-23 Thread Martin Ellis
ome. Nice, clear explanation, by the way. Should avoid any any NIH allegations on the diggs and reddits of the world ;o) Martin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to thi

[Lift] Why XML tags, not attributes, for lift markup?

2009-05-19 Thread Martin Ellis
I'm just curious. :o) Martin --~--~-~--~~~---~--~~ 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, send email to liftw

[Lift] Re: problems logging

2009-05-19 Thread Martin Ellis
> On May 17, 10:33 pm, Timothy Perrett wrote: >> Can you verify the log4j.xml file is being read? >> On Mon, May 18, 2009 at 9:38 PM, Channing Walton wrote: > Not sure how I can tell. Specifying -Dlog4j.debug on the command line should prompt log4j to tell you what i

[Lift] Re: Progress on JPADemo and JTA

2008-10-10 Thread Martin Ellis
it checkout -b branchName git branch on it's own won't switch to the new branch. Martin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@goo

[Lift] Re: expired sessions and log in

2008-10-05 Thread Martin Ellis
y to deal with the particular situation (browser open, don't want the session to disappear), is to put a hidden CometActor on the page that does nothing other than keep the session alive." - David Pollack http://groups.google.com/group/liftweb/browse_thread/thread/e98f2f75cc4461e4/10a16b

[Lift] Re: Caching JPA entities and JPA vs Hibernate

2008-10-01 Thread Martin Ellis
ver gets > picked up...? > > Where can i stick it so that its forced to be read? IIRC, it needs to be at the top of the classpath, not under META-INF. Martin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Lift] Re: Many to many in Lift mapper

2008-09-20 Thread Martin Ellis
sManyThrough class: http://liftweb.net/index.php/HowTo_setup_composite_keys Martin --~--~-~--~~~---~--~~ 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 T

[Lift] Re: One further: JPA + JTA + Lift

2008-09-10 Thread Martin Ellis
ed to associate it with a thread manually. See also: http://java.sun.com/javaee/5/docs/tutorial/doc/bnafo.html Martin --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, s

[Lift] Re: JPA w/Scala

2008-09-08 Thread Martin Ellis
doUpdate() or whatever... ... or can you really get away with calling merge when something's not in the DB yet? Just a thought. Regards Martin > > ### AUTHOR > [EMAIL PROTECTED] > ### AUTHOR ID > 0 > ### AUTHOR NAME > sdfsdssdfs > DEBUG - opened session at timest