[Lift] Re: error message tag

2008-12-23 Thread David Pollak
Does ie have anything other than quirks mode? I'll update the rendering methods to make sure span goes out as begin/end tags On Dec 23, 2008 12:55 AM, Oliver Lambert ola...@gmail.com wrote: I have a html/css developer who is claiming that span id=errMsg/ is causing IE to go into quirks mode. He

[Lift] Re: error message tag

2008-12-23 Thread Marius
LIft code actually does this for empty node that are not div, script or textarea. I could quick fix it for span as well but can you verify if there are are cases except span where IE is messing around with us? On Dec 23, 10:55 am, Oliver Lambert ola...@gmail.com wrote: I have a html/css

[Lift] Re: Loc, trailing slashes, and index files

2008-12-23 Thread Derek Chen-Becker
Awesome! Thanks David! On Mon, Dec 22, 2008 at 9:18 PM, Charles F. Munat c...@munat.com wrote: Yay! David Pollak wrote: Derek, This commit should take care of it: http://github.com/dpp/liftweb/commit/2650e10981990eeb08d04d686be27d77da2a5434 Also, it takes care of Charles' I had

[Lift] Re: error message tag

2008-12-23 Thread Tim Perrett
Wow, thats pretty impressive! To not even work in the worst-bit-of- software-enginering-know-to-man (aka IE 6) is a serious feat in itself! Kudos! lol On 23 Dec 2008, at 15:39, Derek Chen-Becker wrote: There's nothing else out there like IE for job security. We still have an app in-house

[Lift] Re: Who eats the script tags?

2008-12-23 Thread Joachim A.
David, thanks for looking into that. Here's the sample application. index.html includes two snippets, only the first one appears. Please put together a simple example (a complete compilable example) and post it. Joachim --~--~-~--~~~---~--~~ You received

[Lift] Re: Who eats the script tags?

2008-12-23 Thread David Pollak
On Tue, Dec 23, 2008 at 11:52 AM, Marius marius.dan...@gmail.com wrote: Ok .. found the problem ... I'll commit a fix in a bit. I'm already on it. :-) On Dec 23, 7:22 pm, Joachim A. wallaby.po...@googlemail.com wrote: David, thanks for looking into that. Here's the sample

[Lift] Re: Who eats the script tags?

2008-12-23 Thread Marius
Ok cool :) On Dec 23, 9:55 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Dec 23, 2008 at 11:52 AM, Marius marius.dan...@gmail.com wrote: Ok .. found the problem ... I'll commit a fix in a bit. I'm already on it. :-) On Dec 23, 7:22 pm, Joachim A.

[Lift] Re: Who eats the script tags?

2008-12-23 Thread Marius
Looks like the script tag is not empty and it contains a space ... this makes the script nodes to be considered the same :) On Dec 23, 9:56 pm, Marius marius.dan...@gmail.com wrote: Ok cool :) On Dec 23, 9:55 pm, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Dec 23, 2008 at

[Lift] Re: error message tag

2008-12-23 Thread Charles F. Munat
You must be too young to remember Netscape 4. And IE on the Mac? Tim Perrett wrote: Wow, thats pretty impressive! To not even work in the worst-bit-of- software-enginering-know-to-man (aka IE 6) is a serious feat in itself! Kudos! lol On 23 Dec 2008, at 15:39, Derek Chen-Becker wrote:

[Lift] Re: Who eats the script tags?

2008-12-23 Thread Joachim A.
David, I have to thank you and Marius for responding to quickly. Joachim Joachim, Thanks for taking the time to create an example of the failure. I've committed a fix. Thanks, --~--~-~--~~~---~--~~ You received this message because you are subscribed to

[Lift] Re: Who eats the script tags?

2008-12-23 Thread Marius
Actually thank you for revealing this ! On Dec 23, 10:52 pm, Joachim A. wallaby.po...@googlemail.com wrote: David, I have to thank you and Marius for responding to quickly. Joachim Joachim, Thanks for taking the time to create an example of the failure. I've committed a fix.

[Lift] Re: todo_steps feedback

2008-12-23 Thread Marc Boschma
I was just trying out the Little Lift example and noticed that the archetype:generate lift-archetype-basic created an old pom.xml and Boot.scala that was pre the changes that removed LiftRules.addTemplateBefore(User.templates) and S.addArround(User.requestLoans) lines of Boot.scala... Is

[Lift] Re: todo_steps feedback

2008-12-23 Thread David Pollak
Looks like you have a very old archetype that's refering to Scala 2.7.1 On Dec 23, 2008 2:15 PM, Marc Boschma marc+lift...@boschma.cxmarc%2blift...@boschma.cx wrote: It refers to 0.10-SNAPSHOT. I added the dependency groupIdnet.liftweb/groupId artifactIdlift-util/artifactId

[Lift] Re: todo_steps feedback

2008-12-23 Thread Marc Boschma
Strange. I just tried again from scratch (removed .m2/repository again) and got: mvn -e archetype:generate -U \ -DarchetypeGroupId=net.liftweb \ -DarchetypeArtifactId=lift-archetype-basic \ -DarchetypeVersion=0.10-SNAPSHOT \

[Lift] Re: todo_steps feedback

2008-12-23 Thread David Pollak
The line: -DremoteRepositories=http://scala-tools.org/repo-releases \ Should be: -DremoteRepositories=http://scala-tools.org/repo-snapshotshttp://scala-tools.org/repo-releases \ On Tue, Dec 23, 2008 at 2:56 PM, Marc Boschma marc+lift...@boschma.cxmarc%2blift...@boschma.cx

[Lift] Re: error message tag

2008-12-23 Thread Tim Perrett
Ha! Well I remember IE on mac, that truly was awful... I also remember dialing up to the internet from a 14.4k modem with windows 3.1, and browsing on some ancient version of netscape! As for my age, I was born in 86' :-D Cheers, Tim On 23 Dec 2008, at 20:41, Charles F. Munat wrote:

[Lift] Re: error message tag

2008-12-23 Thread David Pollak
On Tue, Dec 23, 2008 at 3:42 PM, Tim Perrett he...@timperrett.com wrote: Ha! Well I remember IE on mac, that truly was awful... I also remember dialing up to the internet from a 14.4k modem with windows 3.1, and browsing on some ancient version of netscape! As for my age, I was born in

[Lift] Re: Fwd: [scala-announce] Scala 2.7.3 RC1

2008-12-23 Thread Jorge Ortiz
It takes a day or so for hudson to pick up new Scala releases (I think DavidB had a bad experience with a -final release that wasn't really final), but as soon scala-tools.org picks it up I'm on it. --j On Tue, Dec 23, 2008 at 11:11 AM, David Pollak feeder.of.the.be...@gmail.com wrote: Jorge,

[Lift] Re: todo_steps feedback

2008-12-23 Thread Marc Boschma
There is something seriously wrong with my Mac's set up... Google time... as despite the reference to the right repository it ignores that... Marc On 24/12/2008, at 10:04 AM, David Pollak wrote: The line: -DremoteRepositories=http://scala-tools.org/repo-releases \ Should be:

[Lift] Re: todo_steps feedback

2008-12-23 Thread David Pollak
Please make sure you're running maven 2.0.9 On Dec 23, 2008 6:09 PM, Marc Boschma marc+lift...@boschma.cxmarc%2blift...@boschma.cx wrote: There is something seriously wrong with my Mac's set up... Google time... as despite the reference to the right repository it ignores that... Marc On

[Lift] Re: todo_steps feedback

2008-12-23 Thread Marc Boschma
Yep, checked that one... Pro:src marc$ mvn -version Maven version: 2.0.9 Java version: 1.5.0_16 OS name: mac os x version: 10.5.6 arch: i386 Family: unix I also uninstalled the port and reinstalled it to make sure... same result. On 24/12/2008, at 1:28 PM, David Pollak wrote: Please make

[Lift] Re: Fwd: [scala-announce] Scala 2.7.3 RC1

2008-12-23 Thread David Pollak
Cool. I'm looking forward to getting the 2.7.3 nightlies on scala-tools.org On Dec 23, 2008 7:24 PM, Josh Suereth joshua.suer...@gmail.com wrote: Hey Lift Community, We (davidB and I) added some support into the scala build system so that the EPFL *should* be able to release directly into the

[Lift] Re: todo_steps feedback

2008-12-23 Thread Marc Boschma
Not that I am aware of, but then I am in Australia and these days almost anything could be mucking about with my internet connectivity, but I digress... I did however just tried going back to mvn archetype:create -U \ -DarchetypeGroupId=net.liftweb \

[Lift] Re: todo_steps feedback

2008-12-23 Thread David Pollak
Good to hear it's working. On Dec 23, 2008 8:43 PM, Marc Boschma marc+lift...@boschma.cxmarc%2blift...@boschma.cx wrote: Not that I am aware of, but then I am in Australia and these days almost anything could be mucking about with my internet connectivity, but I digress... I did however just

[Lift] Re: todo_steps feedback

2008-12-23 Thread Jorge Ortiz
Not that I am aware of, but then I am in Australia and these days almost anything could be mucking about with my internet connectivity, but I digress... Bit of a sore point, eh? At least in Australia they tell you about the mucking. In the US that's all state secrets or somesuch. It's so

[Lift] Unable to use the YAHOO/Prototype libraries with Lift

2008-12-23 Thread dineshvasudevan
Hi, I am pretty new to lift and am working with Dan getting some things done. The system is currently setup to insert the lift comet javascript (which is in jQuery) inside the layout file. I needed to use the prototype library along with this and so added the 'jQuery.noConflict()' code call so