Re: [Lift] bind(): suppress automatic attribute mixin

2010-02-25 Thread TAKEUCHI POMU
use "-%>" instead of "->". see this thread. http://groups.google.com/group/liftweb/browse_thread/thread/8fa4e5671fc74765/3894123e29da467b?lnk=gst&q=Snippet+attribute+pass+through Pomu 2010/2/26 jasper : > val xml = > > with > > val processed = bind("t",xml, "node" -> ) > > becomes > > > > How

Re: [Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-03 Thread TAKEUCHI POMU
Indrajit, Thanks for the advise. I already tried that, but not worked on *.html templates. Exception occurs at runtime, not at build. >  UTF-8 Regards, Pomu TAKEUCHI 2010/2/4 Indrajit Raychaudhuri : > Takeuchi-san, > > Can you please set project.build.sourceEncoding=UTF-8 in your pom.xml and > c

Re: [Lift] Is there any way to set default source encoding in Lift2.0-scala280 ?

2010-02-03 Thread TAKEUCHI POMU
Thanks for the comment. I was too much hasted... I'm going to use 2.7.7 for a while. Pomu TAKEUCHI 2010/2/3 Timothy Perrett : > Do not use the 2.8 port of Lift yet... its mostly broken. Please use 2.7.7 > until the official 2.8 release is out. > > Cheers, Tim -- You received this message becau