[Lift] Liftweb and javascript

2010-02-24 Thread Cliff Zhao
form, I didn't use any javascript, while the view page source showed that Lift generated some javascript code. My question is: Can I turn it off to make the generated page javascript free? Thanks. Best Regards, Cliff Zhao -- You received this message because you are subscribed to the Goo

[Lift] Liftweb and XHTML Strict 1.0

2010-02-24 Thread Cliff Zhao
cs/help.html#faq-flash> . My original code is: http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xmlns:lift="http://liftweb.net/";> Cliff's Test Hello world! Comments Could

Re: [Lift] Re: Liftweb and javascript

2010-02-24 Thread Cliff Zhao
ed to turn off a garbage collection setting in > boot.scala but if it's there I assume it's an app-wide setting... > > Peter > > On Feb 24, 1:46 pm, Cliff Zhao wrote: > > I am new to the Lift framework and currently trying to evaluate it. > Canada > > Govern

Re: [Lift] Liftweb and XHTML Strict 1.0

2010-02-25 Thread Cliff Zhao
I just refreshed my environment. I am using Lift 2.0 snapshot dated 20100224204407. Cliff On Wed, Feb 24, 2010 at 10:41 PM, David Pollak < feeder.of.the.be...@gmail.com> wrote: > > > On Wed, Feb 24, 2010 at 2:35 PM, Cliff Zhao wrote: > >> One of my project requirements

Re: [Lift] Re: Liftweb and javascript

2010-02-25 Thread Cliff Zhao
Super. It removed all generated javascript code. Thank you very much. Best Regards, Cliff Zhao On Wed, Feb 24, 2010 at 7:00 PM, Naftoli Gugenheim wrote: > LiftRules.enableLiftGC = false > LiftRules.autoIncludeAjax = _ => false > > - > Pe

Re: [Lift] Lift and HTTP Session

2010-02-25 Thread Cliff Zhao
Fantastic support. Thank you very much. On Thu, Feb 25, 2010 at 2:01 PM, David Pollak wrote: > > > On Thu, Feb 25, 2010 at 10:56 AM, Cliff Zhao wrote: > >> Does Lift alway create an HTTP session? > > > If you go through the Lift templating system, yes. > > &

Re: [Lift] Liftweb and XHTML Strict 1.0

2010-02-25 Thread Cliff Zhao
that the bind method should suppress xmlns attributes. Any thoughts? Thank you very much. Best Regards, Cliff Zhao On Thu, Feb 25, 2010 at 11:54 AM, David Pollak < feeder.of.the.be...@gmail.com> wrote: > I am unable to reproduce this behavior. Can you post an example of your >

[Lift] Lift and HTTP Session

2010-02-25 Thread Cliff Zhao
Does Lift alway create an HTTP session? My code doesn't use any HTTP session, but in the very first request's response, I can see the Set-Cookie for JSESSIONID. Is there a way to write session free web applications with Lift? Thank you very much. Best Regards, Cliff Zhao -- Yo

Re: [Lift] Liftweb and XHTML Strict 1.0

2010-02-26 Thread Cliff Zhao
David, I have created a ticket for it (#373). I also uploaded my test project to http://github.com/zhaotq/playliftweb. Thanks. Best Regards, Cliff Zhao On Thu, Feb 25, 2010 at 1:15 PM, David Pollak wrote: > > > On Thu, Feb 25, 2010 at 10:12 AM, Cliff Zhao wrote: > >> Dav

Re: [Lift] Problems on tomcat

2010-02-26 Thread Cliff Zhao
ed, it has LiftActor in the stack trace. Best Regards, Cliff Zhao On Fri, Feb 26, 2010 at 4:22 PM, David Pollak wrote: > Use Lift 1.0.3 and Scala 2.7.7 > > Or even better, use Lift 2.0-M2 and Scala 2.7.7 > > Scala Actors have notorious issues and we moved to our own Actor >