[Lift] Re: What is going to be in Lift 1.1

2009-10-14 Thread monty chen
That is great for lift 1.1. but I suggest to improve doc. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group, s

[Lift] Re: edit: What happened to JsonCmd?

2009-10-14 Thread Chris
I get error: Misc is not a member of net.liftweb.util when I try that. I don't see the Misc class/object in the API docs either. Is there anything else I should try? Thanks On Oct 14, 7:26 pm, David Pollak wrote: > On Wed, Oct 14, 2009 at 7:09 PM, Chris wrote: > > > Ack...that should have

[Lift] How much Scala knowledge is needed to start coding a simple blog with Lift?

2009-10-14 Thread ngocdaothanh
Hi, I have experience with Rails and Java. I'm new to Scala and Lift. I want to ask how much Scala knowledge is needed to start coding a simple blog with Lift? Rails is easy to learn because it require little Ruby knowledge to get started. Having read the Lift book, I feel one must have some adv

[Lift] How to bind radio button

2009-10-14 Thread sunanda
Hi, How can I bind a radio button in my snippet. Sunanda. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to liftweb@googlegroups.com To unsubscribe from this group,

[Lift] Re: DB logging logs statements twice?

2009-10-14 Thread Derek Chen-Becker
I don't think so. In this case I'm seeing a ResultSet in both log entries, which shouldn't show up in the part where it's being prepared. Derek On Tue, Oct 13, 2009 at 6:09 PM, Jonathan Ferguson wrote: > Is this related to a previous query dated 15 Sept, the title was > [Lift] Mapper: Why is eve

[Lift] Re: URL in PlainMailBodyType to BlackBerry

2009-10-14 Thread Derek Chen-Becker
The way that Lift uses the API we don't support sending non-multipart messages. I suppose that this could be refactored to support single part MIME messages, but I really have trouble believing that a BlackBerry can't handle it. Derek On Mon, Oct 12, 2009 at 9:38 PM, Naftoli Gugenheim wrote: > >

[Lift] Re: MappedString holding null

2009-10-14 Thread Naftoli Gugenheim
On Wed, Oct 14, 2009 at 11:08 PM, David Pollak < feeder.of.the.be...@gmail.com> wrote: > > > On Wed, Oct 14, 2009 at 7:45 PM, Naftoli Gugenheim > wrote: > >> >> 1. Why does MappedString have members such as nonNull(in: String) >> which don't depend on the MappedString's state? Shouldn't they be i

[Lift] Re: MappedString holding null

2009-10-14 Thread Naftoli Gugenheim
Good point, thanks. On Wed, Oct 14, 2009 at 11:15 PM, Ross Mellgren wrote: > I've been using implicit extensions for this kind of thing, most recently > expanded error handling via Box. Like this: > implicit def mappedStringToMappedStringExtension(ms: MappedString): > MappedStringExtension = Map

[Lift] Re: MappedString holding null

2009-10-14 Thread Ross Mellgren
I've been using implicit extensions for this kind of thing, most recently expanded error handling via Box. Like this: implicit def mappedStringToMappedStringExtension(ms: MappedString): MappedStringExtension = MappedStringExtension(ms) case class MappedStringExtension(mappedString: MappedStri

[Lift] Re: MappedString holding null

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 7:45 PM, Naftoli Gugenheim wrote: > > 1. Why does MappedString have members such as nonNull(in: String) > which don't depend on the MappedString's state? Shouldn't they be in a > singleton somewhere? > Maybe they should be, but are they hurting anything where they are? >

[Lift] Re: Lift 1.1 must use Scala 2.8.x ?

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 7:50 PM, Atsuhiko Yamanaka < atsuhiko.yaman...@gmail.com> wrote: > > Hi, > > On Thu, Oct 15, 2009 at 11:07 AM, David Pollak > wrote: > > On Wed, Oct 14, 2009 at 6:18 PM, Neil.Lv wrote: > >> If i want to use the lift1.1 whether the scala version must greater > >> than 2.8

[Lift] Re: Lift 1.1 must use Scala 2.8.x ?

2009-10-14 Thread Atsuhiko Yamanaka
Hi, On Thu, Oct 15, 2009 at 11:07 AM, David Pollak wrote: > On Wed, Oct 14, 2009 at 6:18 PM, Neil.Lv wrote: >>  If i want to use the lift1.1 whether the scala version must greater >> than 2.8 ? >> >>  My lift version is 2.7.4 now, so i must change to 2.8.x ? > > Scala is very brittle and versio

[Lift] MappedString holding null

2009-10-14 Thread Naftoli Gugenheim
1. Why does MappedString have members such as nonNull(in: String) which don't depend on the MappedString's state? Shouldn't they be in a singleton somewhere? 2. It would be nice if there was a method like 'is' that would return null as "". Actually for my particular use case where I'm testing fiel

[Lift] Re: Use Rails as front and Scala as end ?

2009-10-14 Thread Neil.Lv
The answers are very good! I'm sure that the lift will be better! Thank you very much ! On Oct 15, 10:11 am, David Pollak wrote: > On Wed, Oct 14, 2009 at 6:14 PM, Neil.Lv wrote: > > > Hi all, > > > Does anyone know that how to create a web site use Rails as front > > and Scala as end, jus

[Lift] Re: What is going to be in Lift 1.1

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 4:51 PM, Timothy Perrett wrote: > Agreed on all fronts. Points 1 -> 4 are pretty key for me and the projects > that run on lift at work. > > So, the million dollar question: ETA's of this stuff? Scala 2.8.2 (based on > our previous conversation about not using 2.8.0) is sti

[Lift] Re: edit: What happened to JsonCmd?

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 7:09 PM, Chris wrote: > > Ack...that should have been > > case JsonCmd("processForm", _, p: Map[String, String], _) => > import net.liftweb.util.Misc > > On Oct 14, 6:53 pm, Chris wrote: > > Hi all, > > > > I'm trying to get 1.1-M6 working, and I am unable to compile a

[Lift] Re: Dynamic SiteMap

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 5:07 PM, Markus Kolb wrote: > > On Oct 14, 10:36 pm, David Pollak > wrote: > > > Are you talking about dynamic pages as part of a content management > system > > or are you talking about .html files appearing in the filesystem? > > It is comparable with a CMS. > The inform

[Lift] Re: Sending a XML message to a Lift server

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 4:55 PM, Timothy Perrett wrote: > > Checkout this: http://databinder.net/dispatch/About > > Easily the most rocking HTTP library in scala-land. > Just about everything N8han touches rocks... wish I could get him to touch Lift. > > Cheers, Tim > > On 14 Oct 2009, at 19:35

[Lift] edit: What happened to JsonCmd?

2009-10-14 Thread Chris
Ack...that should have been case JsonCmd("processForm", _, p: Map[String, String], _) => On Oct 14, 6:53 pm, Chris wrote: > Hi all, > > I'm trying to get 1.1-M6 working, and I am unable to compile as > JsonCmd seems to have disappeared.  It isn't in the scaladoc, and > AFAICT was deleted in thi

[Lift] Re: Use Rails as front and Scala as end ?

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 6:14 PM, Neil.Lv wrote: > > Hi all, > > Does anyone know that how to create a web site use Rails as front > and Scala as end, just like the twitter ? > > How to integrate these together ? > Wilson's answer is a good one. You could also write your business logic in S

[Lift] Re: Lift 1.1 must use Scala 2.8.x ?

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 6:18 PM, Neil.Lv wrote: > > Hi all, > > If i want to use the lift1.1 whether the scala version must greater > than 2.8 ? > > My lift version is 2.7.4 now, so i must change to 2.8.x ? > Scala is very brittle and versions of Scala must be exactly the same version as libra

[Lift] What happened to JsonCmd?

2009-10-14 Thread Chris
Hi all, I'm trying to get 1.1-M6 working, and I am unable to compile as JsonCmd seems to have disappeared. It isn't in the scaladoc, and AFAICT was deleted in this commit http://github.com/dpp/liftweb/commit/4dce48dfe938b92ae2ed50445dab1f4c2d104a4f and it doesn't seem to have been replaced any

[Lift] Re: Use Rails as front and Scala as end ?

2009-10-14 Thread Wilson MacGyver
The simplest way is to use scala to write web services and use rails to make REST request to scala. I mean, you can go all out and write the web service using scala lift, and use rails to write the front end per se. Having said that, unless you have legacy applications or some very specific reaso

[Lift] Re: Lift 1.1 must use Scala 2.8.x ?

2009-10-14 Thread Wilson MacGyver
no, if you are using the current milestone or snapshot, you'll see it's still using scala 2.7.x series. I don't think lift will switch to 2.8 anytime soon. too many changes and too many unknowns. I'm not even sure if scalatest compiles at this point with 2.8 snapshot. Or in short, let mvn take c

[Lift] Re: Lift 1.1 must use Scala 2.8.x ?

2009-10-14 Thread Naftoli Gugenheim
No On Wed, Oct 14, 2009 at 9:18 PM, Neil.Lv wrote: > > Hi all, > >  If i want to use the lift1.1 whether the scala version must greater > than 2.8 ? > >  My lift version is 2.7.4 now, so i must change to 2.8.x ? > >  Thanks very much ! > > Cheers, >  Neil > > > > --~--~-~--~~---

[Lift] Lift 1.1 must use Scala 2.8.x ?

2009-10-14 Thread Neil.Lv
Hi all, If i want to use the lift1.1 whether the scala version must greater than 2.8 ? My lift version is 2.7.4 now, so i must change to 2.8.x ? Thanks very much ! Cheers, Neil --~--~-~--~~~---~--~~ You received this message because you are subscribed t

[Lift] Use Rails as front and Scala as end ?

2009-10-14 Thread Neil.Lv
Hi all, Does anyone know that how to create a web site use Rails as front and Scala as end, just like the twitter ? How to integrate these together ? Thanks for any suggestion ! Cheers, Neil --~--~-~--~~~---~--~~ You received this message because you

[Lift] TableSorter - how does it sort?

2009-10-14 Thread Markus Kolb
I don't understand how the sort algorithm of the TableSorter implementation works. I get a sort result of e.g.: 2009-10-14 11:31 2009-10-13 15:55 2009-10-14 19:29 2009-10-14 16:24 2009-10-14 13:16 2009-10-14 20:50 2009-10-15 00:12 2009-10-14 11:39 2009-10-13 10:41 A column with values 2k, 10k, 3

[Lift] Re: Dynamic SiteMap

2009-10-14 Thread Markus Kolb
On Oct 14, 10:36 pm, David Pollak wrote: > Are you talking about dynamic pages as part of a content management system > or are you talking about .html files appearing in the filesystem? It is comparable with a CMS. The information for building the SiteMap is available via API of another library

[Lift] Re: Sending a XML message to a Lift server

2009-10-14 Thread Timothy Perrett
Checkout this: http://databinder.net/dispatch/About Easily the most rocking HTTP library in scala-land. Cheers, Tim On 14 Oct 2009, at 19:35, jon wrote: > > oh, if you want to parse directly into xml replace > > Source.fromInputStream(conn.getInputStream).getLines.mkString > with > XML.load(co

[Lift] Re: What is going to be in Lift 1.1

2009-10-14 Thread Timothy Perrett
Agreed on all fronts. Points 1 -> 4 are pretty key for me and the projects that run on lift at work. So, the million dollar question: ETA's of this stuff? Scala 2.8.2 (based on our previous conversation about not using 2.8.0) is still some time off right? Cheers, Tim On 14 Oct 2009, at 22:

[Lift] Re: Extracting FieldIdentifer names from a list of FieldErrors

2009-10-14 Thread sunanda
Hi David, Thanks for your reply. I need to find out the fieldnames that causes the error from the list of FieldErrors resulted from the validation. But I find all the FieldIdentifier names as "Empty". Below is the sample code I have used for the validations. object colpos extends MappedInt(thi

[Lift] Including the class name in the JSON field

2009-10-14 Thread David Pollak
Folks, What are thoughts on including (perhaps optionally) the name of the case class in an additional JSON field so that one can reconstruct a list that contains many different types? Thanks, David -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apres

[Lift] What is going to be in Lift 1.1

2009-10-14 Thread David Pollak
Folks, I'd like to get everyone's input on what Lift 1.1 will contain. Here's my list: - Wizard working to the same quality that SiteMap works - Record become the primary persistence vehicle in Lift - Lift runs on Scala 2.8 - Full support for Oracle and MS SQL Server - Integrate li

[Lift] Re: collecting page load statistics for ajax requests

2009-10-14 Thread David Pollak
Okay... please open a ticket... I've got some ideas On Wed, Oct 14, 2009 at 9:11 AM, harryh wrote: > > > So, your callOnAjaxCompleteFunc will be called if any of the ajax > functions > > in the block are executed. > > That's certainly one way to go. I was thinking it might be nice to > modify t

[Lift] Re: Dynamic SiteMap

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 11:08 AM, mkolb wrote: > > On Oct 12, 7:29 pm, David Pollak > wrote: > > To address the specific issue of CondHidden/IfHidden, if a Loc (menu > > location) fails the If() or Unless() test, it will not be > > displayed/rendered/visible to the user. So, there's no need for

[Lift] Re: Extracting FieldIdentifer names from a list of FieldErrors

2009-10-14 Thread David Pollak
val fieldErrors: List[FieldError] = ...val fieldNames: List[String] = fieldErrors.flatMap(_.field) On Tue, Oct 13, 2009 at 10:44 PM, sunanda wrote: > > Hi, > I need to extract the FieldIdentifer names from a list of > FieldErrors. Can anyone suggest me how to achieve this. > > > -- Lift, th

[Lift] Re: The quality of the Lift list [was: Don't shoot the non-XML messenger ...]

2009-10-14 Thread Jack Widman
fyi http://developers.curl.com/people/rshiplett On Wed, Oct 14, 2009 at 3:40 PM, Jack Widman wrote: > Not to harp on it but: > > *When some sycophants of > Seaside got, nasty, I did not walk away from Seaside, warts and all. > * > suggests this person has had this problem elsewhere. > > > > On

[Lift] Re: Turning of cookies breaks Comet ... again

2009-10-14 Thread marius d.
Found the problem ... I opened http://github.com/dpp/liftweb/issues#issue/100 ticket and workin' on it. Br's, Marius On Oct 14, 10:07 pm, Marius wrote: > Hi, > > A while ago I added the support for URL rewriting when cookies are > turned of in the container so that things would correctly work w

[Lift] Re: The quality of the Lift list [was: Don't shoot the non-XML messenger ...]

2009-10-14 Thread Jack Widman
Not to harp on it but: *When some sycophants of Seaside got, nasty, I did not walk away from Seaside, warts and all. * suggests this person has had this problem elsewhere. On Wed, Oct 14, 2009 at 3:37 PM, Jack Widman wrote: > The necessity of this kind of action (the banning) is absolutely no

[Lift] Re: The quality of the Lift list [was: Don't shoot the non-XML messenger ...]

2009-10-14 Thread Jack Widman
The necessity of this kind of action (the banning) is absolutely no sign of anything having been done wrong. There will ALWAYS be people like that. On Wed, Oct 14, 2009 at 3:31 PM, koveen wrote: > > I think that when someone enters a group, expecting to be shot, > it is a very kind act only to b

[Lift] Re: The quality of the Lift list [was: Don't shoot the non-XML messenger ...]

2009-10-14 Thread koveen
I think that when someone enters a group, expecting to be shot, it is a very kind act only to ban him. Ko On Oct 14, 7:49 pm, David Pollak wrote: > Folks, > > It is not lightly that I ban someone from the group... this is only the > second time I've banned a substantive poster.  I'm going to di

[Lift] Turning of cookies breaks Comet ... again

2009-10-14 Thread Marius
Hi, A while ago I added the support for URL rewriting when cookies are turned of in the container so that things would correctly work when jssessionid is part of the url. After that this was broken a few times but I fixed it. Not, after quite some time, I'm back in the place where it seems broken

[Lift] Re: SQL query logging

2009-10-14 Thread jon
what version of Lift are you using? query was a string until fairly recently on 1.1-SNAPSHOT On Oct 14, 11:57 am, Marcin Jurczuk wrote: > Hello, > > I'm trying to dump SQL queries because I have weird error when using > SQLServer (syntax error near 'LIMIT') using following code in > Boot.scala >

[Lift] Re: Sending a XML message to a Lift server

2009-10-14 Thread jon
oh, if you want to parse directly into xml replace Source.fromInputStream(conn.getInputStream).getLines.mkString with XML.load(conn.getInputStream) On Oct 14, 2:32 pm, jon wrote: > this should work: > > def post(url:URL, toPost:String):String = url.openConnection match { >       case conn: Http

[Lift] Re: Sending a XML message to a Lift server

2009-10-14 Thread jon
this should work: def post(url:URL, toPost:String):String = url.openConnection match { case conn: HttpURLConnection => { conn.setRequestMethod("POST") conn.setDoOutput(true) conn.connect conn.getOutputStream.write(toPost.getBytes()) scala.io.Source.fr

[Lift] Sending a XML message to a Lift server

2009-10-14 Thread GA
Hello guys, I have created a small web service in Lift. It has two services: One reads a row from a table in a database and the other writes one. To test the API I am writing a small client application in scala to read and write from the Lift API. Since I am new to scala and lift, I am thin

[Lift] Re: Dynamic SiteMap

2009-10-14 Thread mkolb
On Oct 12, 7:29 pm, David Pollak wrote: > To address the specific issue of CondHidden/IfHidden, if a Loc (menu > location) fails the If() or Unless() test, it will not be > displayed/rendered/visible to the user.  So, there's no need for a IfHidden > or a CondHidden LocParam. > > More broadly, Si

[Lift] Re: Followup: Persisting a mapper with join tables in 1.0.2

2009-10-14 Thread Indrajit Raychaudhuri
On 14/10/09 10:39 PM, Chris wrote: > > Excellent-thanks. Is this URL published somewhere? I didn't see it > on the Lift web page. Not as conveniently as one would love to. We have had some discussion on this. And I volunteered to volunteer. But am running late on this. Cheers, Indrajit > >

[Lift] Re: The quality of the Lift list [was: Don't shoot the non-XML messenger ...]

2009-10-14 Thread Randinn
Do not beat yourself up for it, you started a great project and it peeked the interests of some great coders. No matter what you do there are going to be times like this, luckily it's rare, as we have all seen some people cannot work well with others, at the least be abrupt at most insulting. My s

[Lift] Re: Followup: Persisting a mapper with join tables in 1.0.2

2009-10-14 Thread Chris
Excellent-thanks. Is this URL published somewhere? I didn't see it on the Lift web page. On Oct 14, 7:58 am, harryh wrote: > > There is no online API docs for 1.1-M6 > > http://scala-tools.org/mvnsites/liftweb-1.1-M6/lift-webkit/scaladocs/... --~--~-~--~~~---~--~--

[Lift] Re: The quality of the Lift list [was: Don't shoot the non-XML messenger ...]

2009-10-14 Thread Ross Mellgren
I agree also it was the best course of action, though I feel unhappy that a more friendly solution was not found. You can lead a horse to water, but can't stop it from kicking your teeth out for the favor? The quality of people on the lift list really is quite good -- it's an aspect to be p

[Lift] Re: The quality of the Lift list [was: Don't shoot the non-XML messenger ...]

2009-10-14 Thread marius d.
Reading the thread in question I was quite surprised about the attitude shown on the list by the person in question. I wholeheartedly agree that the right decision has been made. Br's, Marius On Oct 14, 6:49 pm, David Pollak wrote: > Folks, > > It is not lightly that I ban someone from the grou

[Lift] Re: collecting page load statistics for ajax requests

2009-10-14 Thread harryh
> So, your callOnAjaxCompleteFunc will be called if any of the ajax functions > in the block are executed. That's certainly one way to go. I was thinking it might be nice to modify the URL used for the ajax request though because then the request can be logged in a standard way (whatever it is t

[Lift] Re: collecting page load statistics for ajax requests

2009-10-14 Thread David Pollak
Interesting feature. I'm thinking something like: collectAjaxStats(callOnAjaxCompleteFunc) { SHtml.ajaxCheckbox() } So, your callOnAjaxCompleteFunc will be called if any of the ajax functions in the block are executed. Sound reasonable? If so, please create a ticket On Tue, Oct 13, 2009 a

[Lift] SQL query logging

2009-10-14 Thread Marcin Jurczuk
Hello, I'm trying to dump SQL queries because I have weird error when using SQLServer (syntax error near 'LIMIT') using following code in Boot.scala DB.addLogFunc { case (query, time) => { Log.info("Total queries took " + time + "ms: ") //query.allEntries.forea

[Lift] Re: Silly question about Lift project navigation in Netbeans

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 3:17 AM, GA wrote: > > Problem solved. The issue was that I did not have installed the J2EE > plugins. I added them and after I restarted the folder Web Pages > appeared. > Oddly enough, this one stumped me for > 3 months. Glad you found the answer in a few hours. > >

[Lift] Re: Complex primary key

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 6:43 AM, GA wrote: > > It is only available in Lift 1.1 right? > Unless you have a compelling reason, please develop against 1.1. It is stable and being used in production at a number of sites. > > GA > > > > On Oct 14, 2009, at 11:47 AM, Peter Robinett wrote: > > > >

[Lift] The quality of the Lift list [was: Don't shoot the non-XML messenger ...]

2009-10-14 Thread David Pollak
Folks, It is not lightly that I ban someone from the group... this is only the second time I've banned a substantive poster. I'm going to discuss some of the process and then touch on some of the substance of the questions that the poster was getting at. The Lift community, reflected on this lis

[Lift] Re: **IMPORTANT** Do Not change to Scala 2.7.6

2009-10-14 Thread David Pollak
On Tue, Oct 13, 2009 at 11:18 PM, Heiko Seeberger < heiko.seeber...@googlemail.com> wrote: > Alex, > > Please use Scala 2.7.5 for Lift, because there are issues with 2.7.6. Maybe > Lift will go for 2.7.7 somewhen later. We will go with 2.7.7 very soon (days) after release. 2.7.6 broke certain l

[Lift] Re: Cannot get YUI text editor to work from Liftweb in Firefox or Google Chrome, works in IE

2009-10-14 Thread Ross Mellgren
I find that third party javascript components sometimes are sensitive to the XHTML MIME type in unexpected ways. With the XHTML MIME type certain (probably ill advised anyway) features and functions are disabled (most notably, document.write), but don't apparently stop script execution -- t

[Lift] Re: Followup: Persisting a mapper with join tables in 1.0.2

2009-10-14 Thread harryh
> There is no online API docs for 1.1-M6 http://scala-tools.org/mvnsites/liftweb-1.1-M6/lift-webkit/scaladocs/index.html --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send emai

[Lift] Re: Complex primary key

2009-10-14 Thread Timothy Perrett
Or any one of the milestones yes. The latest milestone is 1.1-M6 Cheers, Tim On 14 Oct 2009, at 14:43, GA wrote: > > It is only available in Lift 1.1 right? > > GA > > > > On Oct 14, 2009, at 11:47 AM, Peter Robinett wrote: > >> >> http://scala-tools.org/mvnsites-snapshots/liftweb/lift-mapper/s

[Lift] Re: Cannot get YUI text editor to work from Liftweb in Firefox or Google Chrome, works in IE

2009-10-14 Thread Jim Barrows
Both of the links work just fine on my firefox 3.0.14 on Ubuntu. On Tue, Oct 13, 2009 at 11:44 PM, philip wrote: > > Hi, > > I know this is not specific to liftweb, but I cannot get the YUI rich > text editor to work in Firefox or Google Chrome from my Liftweb. > > This example: > http://develop

[Lift] Re: Complex primary key

2009-10-14 Thread GA
It is only available in Lift 1.1 right? GA On Oct 14, 2009, at 11:47 AM, Peter Robinett wrote: > > http://scala-tools.org/mvnsites-snapshots/liftweb/lift-mapper/scaladocs/net/liftweb/mapper/ManyToMany.html > > If you look back in the group there is a thread announcing the > addition of the tr

[Lift] Re: **IMPORTANT** Do Not change to Scala 2.7.6

2009-10-14 Thread Alex Black
Ok, thanks for the confirmation Heiko. I'll look into downgrading! On Oct 14, 2:18 am, Heiko Seeberger wrote: > Alex, > > Please use Scala 2.7.5 for Lift, because there are issues with 2.7.6. Maybe > Lift will go for 2.7.7 somewhen later. > Heiko > > 2009/10/14 Alex Black > > > > > > > Hi Davi

[Lift] Re: Silly question about Lift project navigation in Netbeans

2009-10-14 Thread GA
Problem solved. The issue was that I did not have installed the J2EE plugins. I added them and after I restarted the folder Web Pages appeared. GA On Oct 14, 2009, at 10:44 AM, GA wrote: > > Hello guys, > > I am working with Netbeans and I like it, but there is a small thing I > am not ab

[Lift] Re: Complex primary key

2009-10-14 Thread Peter Robinett
http://scala-tools.org/mvnsites-snapshots/liftweb/lift-mapper/scaladocs/net/liftweb/mapper/ManyToMany.html If you look back in the group there is a thread announcing the addition of the trait and how to use it. Peter Robinett On Oct 14, 10:57 am, GA wrote: > I need a many-to-many intermediary

[Lift] Re: Complex primary key

2009-10-14 Thread GA
I need a many-to-many intermediary table and i need to add some more fields to it as well. In the question I meant compound primary key because I am creating the intermediary table manually in the mapper model. Is there any way to do many-to-many relationships automatically in the mapper?

[Lift] Re: Creating calculated fields in mapper

2009-10-14 Thread Jeppe Nejsum Madsen
Naftoli Gugenheim writes: > What are you trying to do? Store a computed value in a database > column? No > Or have a fake MappedInt in your model whose value is not stored but > calculated? Precisely. I think it would be nice to utilize the mapper machinery to display the data > Does i

[Lift] Silly question about Lift project navigation in Netbeans

2009-10-14 Thread GA
Hello guys, I am working with Netbeans and I like it, but there is a small thing I am not able to do. I create the project with maven in the command line (I am in Mac OS 10.6) and then I open the project in Netbeans. Everything is visible except the html pages and the templates. I can of c