[Lift] Re: Changes in 1.1 production mode?

2009-10-28 Thread Yousry Abdallah
] = >    new FactoryMaker(() => {() => { >          if (Props.devMode) >          false >          else true >        }}) {} > > try doing: > > LiftRules.stripComments(false){} > > Cheers, Tim > > On 28 Oct 2009, at 13:22, Yousry Abdallah wrote: > >

[Lift] Re: Changes in 1.1 production mode?

2009-10-28 Thread Yousry Abdallah
; You can do LiftRules.stripComments(false) > > > > On Tue, Oct 27, 2009 at 8:18 AM, Yousry Abdallah wrote: > > > Hi, > > at the moment I'm testing my application against 1.1 snapshot and I > > noticed that while running lift in production mode: "- >

[Lift] Changes in 1.1 production mode?

2009-10-27 Thread Yousry Abdallah
Hi, at the moment I'm testing my application against 1.1 snapshot and I noticed that while running lift in production mode: "- Drun.mode=production" aside from blueprints IE6 fallback: " " all other comments are removed from the html output. I'm using adsense and it is essential to pass "key

[Lift] Re: May I know websites powered by Lift?

2009-09-04 Thread Yousry Abdallah
Try: http://www.kungle.de/ It's a news aggregator. On 3 Sep., 16:07, surfman wrote: > I tried searching websites powered by Lift but failed. Any one knows > any? I suggest that David should edit a page list all websites powered > by Lift on Liftweb Project. It will be great useful. Thanks.

[Lift] Re: Tomcat css access problem

2009-08-27 Thread Yousry Abdallah
oing. I call that function from my main > template. In fact, you shouldn't even need a function and could just > use rel="stylesheet" type="text/css"/> > > In your case, I'd think that the > relativePathToFolderContainingCSS/cd.css would be > &qu

[Lift] Re: Tomcat css access problem

2009-08-26 Thread Yousry Abdallah
case I > just drop the war file under web-apps. > > Thanks, > > Philippe > > > > On Wed, Aug 26, 2009 at 11:47 AM, Yousry Abdallah wrote: > > > Hi, > >  I'm working with 1.1 snapshot (latest) and have the following problem > > with a local c

[Lift] Re: Tomcat css access problem (SOLVED)

2009-08-26 Thread Yousry Abdallah
web-apps. > > Thanks, > > Philippe > > > > On Wed, Aug 26, 2009 at 11:47 AM, Yousry Abdallah wrote: > > > Hi, > >  I'm working with 1.1 snapshot (latest) and have the following problem > > with a local css reference: > > > If I dep

[Lift] Tomcat css access problem

2009-08-26 Thread Yousry Abdallah
Hi, I'm working with 1.1 snapshot (latest) and have the following problem with a local css reference: If I deploy my webapp under derby the resulting html output looks fine: The same application deployed under tomcat produces this buggy reference: My snippet defines the ling as follows:

[Lift] Re: *** BREAKING CHANGES COMING UP SOON ***

2009-08-05 Thread Yousry Abdallah
Could you setup a milestone before the merge? On 4 Aug., 21:51, Marius wrote: > Folks, > > I spent a few days decoupling Lift from JEE web container > dependencies: javax.servlet._ The code is currently in wip-marius-http- > abstractions. > > I still need to nail down a few things but the idea i