[Lift] Re: create a new menu object

2010-01-08 Thread Jean-Adrien
The path of your page, represented by the List in the Loc, should decompose all path item as list item. I.e. Menu(Loc("Test"), List("test", "test"), "Test Page")) :: [...] On Jan 8, 12:03 pm, Lagonn wrote: > Hi, > > I'm really new with lift. > I wanted to create a new menu object, there is no pr

[Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-11 Thread Jean-Adrien
-for-filtere.patch http://www.jeanjean.ch/lift/0004-OK-Excluding-src-main-resources-filtered-directory-f.patch On Dec 11, 11:50 am, Jean-Adrien wrote: > Hello, > > Sorry for the delay. > I worked a bit on the issue, and, in order to reproduce, I propose to > generate a lift-basic from

[Lift] Re: (Maven problem?) Char encoding problem using S.?

2009-12-11 Thread Jean-Adrien
space that will be used as a default value" does not work. Another approach would be to use java.util.Properties in its xml form: value this one supports UTF-8, but once can find it too versatile. ... Now I hope it is possible to attach my patches ... Have a good day. -- Jean-Adrien On Dec

[Lift] Re: Char encoding problem using S.?

2009-12-08 Thread Jean-Adrien
Ah ! In fact the problem did not appear when I upgraded to 1.1-SNAPSHOT but when I enabled maven resource filtering (which assumes all files use UTF-8). Anyway I'll look for a correct setting to have both ISO 8859-1 properties file and maven resource filtering enabled. On Dec 8, 10:41 am,

[Lift] Char encoding problem using S.?

2009-12-08 Thread Jean-Adrien
Hello, I have a char encoding problem, using the localization feature of lift. I use the ? method of the S object in order to translate strings. The localized values are in a translate_fr.properties file in the resources of the project. Until I upgrade from lift 1.1-M6 to 1.1-SNAPSHOT everything

[Lift] Re: todo tutorial compile problem

2009-11-23 Thread Jean-Adrien
Seems more than your User class is not implemented or not visible. Is it ? Does your model classes declare the same package ? On Nov 20, 6:42 am, adamp wrote: > I'm brand new to Lift and Scala, but an old hand to Java.  I'm trying > to work through the 'todo' example and get the following compile