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

2009-10-14 Thread Heiko Seeberger
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 a...@alexblack.ca Hi David, can you elaborate a bit more? Being new to Scala and Lift, I've downloaded and been using 2.7.6, with Lift 1.0.

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

2009-10-14 Thread philip
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://developer.yahoo.com/yui/examples/editor/editor_adv_editor_clean.html

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

2009-10-14 Thread Chris
Hi all, I'm running into the issue detailed in http://groups.google.com/group/liftweb/browse_thread/thread/14557dffedfb51b/e4f6658df904c86e?lnk=gstq=mapper+join+table# I'm in basically the same situation; changing the tables to have a DB generated key is not a good option for me (although it

[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

[Lift] Re: Creating calculated fields in mapper

2009-10-14 Thread Jeppe Nejsum Madsen
Naftoli Gugenheim naftoli...@gmail.com 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

[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: 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 my_li...@me.com wrote: I need a

[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 able

[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 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. Heiko 2009/10/14 Alex

[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 trait

[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 philip14...@gmail.com 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:

[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:

[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 email

[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 --

[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

[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

[Lift] Re: Complex primary key

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 6:43 AM, GA my_li...@me.com 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] 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 my_li...@me.com 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

[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.foreach(q

[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

[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

[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 feeder.of.the.be...@gmail.com wrote: Folks, It is not lightly that

[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

[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 har...@gmail.com 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 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

[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 On

[Lift] Re: Dynamic SiteMap

2009-10-14 Thread mkolb
On Oct 12, 7:29 pm, David Pollak feeder.of.the.be...@gmail.com 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

[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

[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())

[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 jonhoff...@gmail.com wrote: this should work: def post(url:URL, toPost:String):String = url.openConnection match {      

[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 mjurc...@gmail.com 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

[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

[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 liep...@xs4all.nl wrote: I think that when someone enters a group, expecting to be shot, it is a very

[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 jack.wid...@gmail.com wrote: The necessity of this kind of action (the

[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 marius.dan...@gmail.com wrote: Hi, A while ago I added the support for URL rewriting when cookies are turned of in the container so that things

[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 jack.wid...@gmail.com 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

[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 sunanda.pa...@gmail.com wrote: Hi, I need to extract the FieldIdentifer names from a list of FieldErrors. Can anyone suggest me how to achieve this.

[Lift] Re: Dynamic SiteMap

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 11:08 AM, mkolb liftweb...@tower-net.de wrote: On Oct 12, 7:29 pm, David Pollak feeder.of.the.be...@gmail.com wrote: To address the specific issue of CondHidden/IfHidden, if a Loc (menu location) fails the If() or Unless() test, it will not be

[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 har...@gmail.com 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

[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

[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

[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

[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

[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

[Lift] Re: Dynamic SiteMap

2009-10-14 Thread Markus Kolb
On Oct 14, 10:36 pm, David Pollak feeder.of.the.be...@gmail.com 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

[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,

[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

[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

[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 anim...@gmail.com 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] 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

[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

[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

[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 anim...@gmail.com 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

[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 coldfusio...@gmail.com 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

[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 timo...@getintheloop.euwrote: 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

[Lift] Re: Dynamic SiteMap

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 5:07 PM, Markus Kolb liftweb...@tower-net.dewrote: On Oct 14, 10:36 pm, David Pollak feeder.of.the.be...@gmail.com 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?

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

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 7:09 PM, Chris coldfusio...@gmail.com 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 coldfusio...@gmail.com wrote: Hi all, I'm trying to get 1.1-M6 working,

[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 timo...@getintheloop.euwrote: 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

[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 feeder.of.the.be...@gmail.com wrote: On Wed, Oct 14, 2009 at 6:14 PM, Neil.Lv anim...@gmail.com wrote: Hi all, Does anyone know that how to create a web site use

[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

[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 feeder.of.the.be...@gmail.com wrote: On Wed, Oct 14, 2009 at 6:18 PM, Neil.Lv anim...@gmail.com 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

[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 feeder.of.the.be...@gmail.com wrote: On Wed, Oct 14, 2009 at 6:18 PM, Neil.Lv anim...@gmail.com wrote: If i want to use the lift1.1 whether the scala

[Lift] Re: MappedString holding null

2009-10-14 Thread David Pollak
On Wed, Oct 14, 2009 at 7:45 PM, Naftoli Gugenheim naftoli...@gmail.comwrote: 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

[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:

[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 dri...@gmail.com 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):

[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 naftoli...@gmail.comwrote: 1. Why does MappedString have members such as nonNull(in: String) which don't depend on the MappedString's state? Shouldn't

[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

[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 j...@spiralarm.comwrote: Is this related to a previous query dated 15 Sept, the title was [Lift]