[Lift] Re: Back in the (Goat) Saddle

2010-02-14 Thread Randinn
Wow, congrats, I'm glad you jumped back in the saddle. On Feb 14, 8:15 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Back in June, I started chatting about Goat Rodeohttp://blog.lostlake.org/index.php?/archives/94-Lift,-Goat-Rodeo-and-...: a highly scalable mechanism for building

[Lift] Re: Lucene (Full text indexing and searching) and Lift

2010-02-12 Thread Randinn
There was mention about Lucene and Lift in the Ebook and the Liftbook group but I don't know how far they got into it. On Feb 13, 10:14 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Fri, Feb 12, 2010 at 11:43 AM, donfranciscodequevedo donfranciscodequev...@gmail.com wrote: Hi,

[Lift] Json Lift

2010-01-27 Thread Randinn
Does anyone know of some sample code that shows Json extract with a mapper model? -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send email to

[Lift] Re: Json Lift

2010-01-27 Thread Randinn
Well, I have this snippit and model and need to figure out how to take the extracted information and paste it into the model. I was just looking for some example code to discern how to do it. http://paste.pocoo.org/show/165511/ http://paste.pocoo.org/show/165532/ On Jan 28, 6:10 am, Naftoli

[Lift] Re: Json Lift

2010-01-27 Thread Randinn
Yes, it seems so. On Jan 28, 6:38 am, Naftoli Gugenheim naftoli...@gmail.com wrote: So it's a mapper question? - Randinnrand...@gmail.com wrote: Well, I have this snippit and model and need to figure out how to take the extracted information and paste

[Lift] Re: Json Lift

2010-01-27 Thread Randinn
I think so, the code on the paste site is the model and the snippit (I have made some minor changes since I posted those), the trouble I'm having is figuring out how to save it (to take it from the extracted Json). On Jan 28, 8:58 am, Naftoli Gugenheim naftoli...@gmail.com wrote: Okay, so can

[Lift] Re: Json Lift

2010-01-27 Thread Randinn
/browse_thread/thread/80e8b2e87... On Wed, Jan 27, 2010 at 11:23 AM, Randinn rand...@gmail.com wrote: Well, I have this snippit and model and need to figure out how to take the extracted information and paste it into the model. I was just looking for some example code to discern how to do

[Lift] Re: Json Lift

2010-01-27 Thread Randinn
Thank you Naftoli and David for taking your time to help me. On Jan 28, 9:55 am, Randinn rand...@gmail.com wrote: No, I haven't, I'll research .asjs, thank you for the info. On Jan 28, 9:13 am, David Pollak feeder.of.the.be...@gmail.com wrote: Have you looked at .asJs which will render

[Lift] Re: web site critique

2010-01-22 Thread Randinn
I would say you got that response because of your perceived attitude in your previous post. my $.02.. On Jan 22, 11:34 am, Raoul Duke rao...@gmail.com wrote: hi, On Thu, Jan 21, 2010 at 4:32 PM, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Jan 21, 2010 at 4:29 PM, Raoul Duke

[Lift] Re: intro mvn critique

2010-01-22 Thread Randinn
That's what I usually use. On Jan 23, 10:54 am, Jonathan Ferguson j...@spiralarm.com wrote: What about using mvn archetype:generate? It gives a wizard style interface to create new projects. Jono 2010/1/23 Tim Nelson tnell...@gmail.com I've been meaning to do this for awhile:

[Lift] Re: intro mvn critique

2010-01-22 Thread Randinn
Nice work, easy to setup. On Jan 23, 10:45 am, Tim Nelson tnell...@gmail.com wrote: I've been meaning to do this for awhile: http://dl.dropbox.com/u/1154284/lift-mvn.html Feel free to add this to the main Lift site. Tim On Thu, Jan 21, 2010 at 6:35 PM, Raoul Duke rao...@gmail.com wrote:

[Lift] Re: Parcing Json

2010-01-14 Thread Randinn
\ observations).extract[Observation] Cheers Joni On 3 tammi, 09:17, Randinn rand...@gmail.com wrote: I'm having a bit of trouble with Lift Json parcing, I know I'm not doing it correctly but looking at the examples I cannot figure out what, anyway, here is the code in question

[Lift] Re: Parcing Json

2010-01-14 Thread Randinn
synthesized) Observe singleton object? In either case, no save method. -Ross On Jan 14, 2010, at 4:41 PM, David Pollak wrote: On Thu, Jan 14, 2010 at 1:37 PM, Randinn rand...@gmail.com wrote: Well here is the latest iteration of the code: http://paste.pocoo.org/show/165511/ but I'm

[Lift] Re: Parcing Json

2010-01-14 Thread Randinn
http://paste.pocoo.org/show/165532/ On Jan 15, 9:29 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Jan 14, 2010 at 2:26 PM, Randinn rand...@gmail.com wrote: Thank you both for your explanations it seems assigning val Observation to Observe is a bad idea, what should I do

[Lift] Re: Parcing Json

2010-01-14 Thread Randinn
Ah, I didn't know I was missing that. Right, I'll go back to chapter 6 in the book and see how to accomplish that, thank you for the info. On Jan 15, 9:43 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Jan 14, 2010 at 2:37 PM, Randinn rand...@gmail.com wrote: http

[Lift] Re: Parcing Json

2010-01-13 Thread Randinn
tammi, 03:14, Randinn rand...@gmail.com wrote: I should explain what we are planning, the idea is to get the json file into a string, parse it and save the caught information into a Observation map. On Jan 11, 11:23 am, Randinn rand...@gmail.com wrote: Forgive my ignorance but I

[Lift] Re: Parcing Json

2010-01-10 Thread Randinn
Forgive my ignorance but I was wondering why (json \ observations).extract[Observation], is it to save as a flat file? On Jan 4, 7:13 am, Randinn rand...@gmail.com wrote: I tried some of the changes you made but not all of them, and (json\ observations).extract[Observation], I had no idea about

[Lift] Re: Parcing Json

2010-01-10 Thread Randinn
I should explain what we are planning, the idea is to get the json file into a string, parse it and save the caught information into a Observation map. On Jan 11, 11:23 am, Randinn rand...@gmail.com wrote: Forgive my ignorance but I was wondering why (json \ observations).extract[Observation

[Lift] Re: Templating in lift

2010-01-04 Thread Randinn
Very nice! can I suggest you put an excerpt or a link it in here http://wiki.github.com/dpp/liftweb On Jan 4, 11:10 am, Mads Hartmann mads...@gmail.com wrote: Hello everyone, I just wrote a small blog post that contains an example of how you use templates in Lift when you need to iterate

[Lift] Re: source of working demo of Lift+JPA on google app engine

2010-01-04 Thread Randinn
Last time I looked just JDO yes, I didn't think it was worth it as you cannot use most of what makes Lift special (Comet, mapper), but if you're looking for an example check out... http://mawson.wordpress.com/2009/04/10/first-steps-with-scala-on-google-app-engine/ (a bit dated)

[Lift] Re: Parcing Json

2010-01-03 Thread Randinn
\ observations).extract[Observation] Cheers Joni On 3 tammi, 09:17, Randinn rand...@gmail.com wrote: I'm having a bit of trouble with Lift Json parcing, I know I'm not doing it correctly but looking at the examples I cannot figure out what, anyway, here is the code in question

[Lift] Re: Problem with LiftFilter in 2.8.0

2009-12-22 Thread Randinn
This is not the first time this has cropped up, you may have to sticky warning not to use 2.8 with Lift for the moment. On Dec 23, 2:55 pm, David Pollak feeder.of.the.be...@gmail.com wrote: Lift *DOES NOT* work on Scala 2.8 Beta1 RC4 5.  Do not even try it.  We are currently working with EPFL

[Lift] Re: Documentation Site

2009-12-21 Thread Randinn
a great way to understand something because it means you have to fully grok it in order to teach others - we need to solve the documentation issue for sure, and any contribution you or others have is very much welcome. Cheers, Tim On 20 Dec 2009, at 21:43, Randinn wrote: To give

[Lift] Re: CMS or wiki built with Lift?

2009-12-20 Thread Randinn
Well, as far as CMS Glenn is working on one here http://github.com/glennSilverman/democritus and David is starting one here http://github.com/dpp/hoisted On Dec 21, 7:24 am, jlist9 jli...@gmail.com wrote: Hi, I haven't found anything when I searched but I'd like to double check here - is

[Lift] Re: Documentation Site

2009-12-20 Thread Randinn
To give the benefit of doubt to people who use Lift knowing that is closed to commiting they may think the same about the documentation. I have added a bit but I've more thrown up a few pages and figured someone with more knowledge would flesh them out. On Dec 20, 8:47 pm, Timothy Perrett

[Lift] Re: **Important** Announcing the Lift 2.0 branch

2009-12-20 Thread Randinn
Why not with 2.8 just going to beta 2.0 my estimation is that 2.0 will be finished before On Dec 21, 12:03 pm, Xuefeng Wu ben...@gmail.com wrote: Why not release Lift2.0 with Scala2.8? On Mon, Dec 21, 2009 at 3:34 AM, Indrajit Raychaudhuri indraj...@gmail.comwrote: Okay Folks,

[Lift] Re: Documentation

2009-12-15 Thread Randinn
My suggestion is to get Programming in Scala, it explains the basics more than the others. Davids book and the rest are great but written for existing programmers. I also am learning not being a coder for years so I know how you feel. On Dec 16, 3:05 am, Daniel who.reads.th...@gmail.com wrote:

[Lift] Re: Documentation

2009-12-15 Thread Randinn
I also suggest possibly looking at http://www.scala-lang.org/node/104 and http://www.naildrivin5.com/scalatour might help a bit. Also working on the tuts at http://www.simplyscala.com/ are nice as you can see them in action. On Dec 16, 3:05 am, Daniel who.reads.th...@gmail.com wrote: Hey, I'm

[Lift] Re: Lift 1.1-M8

2009-12-14 Thread Randinn
Very nice, great work guys! On Dec 15, 6:57 am, harryh har...@gmail.com wrote: Huzzah! Welcome M8! -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send

[Lift] Re: Documentation for 1.1

2009-12-09 Thread Randinn
everything you could ask for, as I sense you want   deeper docs in general - but as before, this is in hand. Cheers, Tim Sent from my iPhone On 7 Dec 2009, at 23:01, Randinn rand...@gmail.com wrote: A pretty good idea, a commiter makes a change or adds a feature then post about it on a blog

[Lift] Re: I was giving a short interview for JavaBooks.org about Lift Scala

2009-12-08 Thread Randinn
Haha, upvoted :) On Dec 9, 3:57 am, Marius marius.dan...@gmail.com wrote: You can vote up or down here :) http://www.dzone.com/links/video_interview_with_marius_danciu_author_... Br's, Marius On Dec 7, 9:59 am, Marius marius.dan...@gmail.com wrote: Hi, After a long day I ended up

[Lift] Re: lift-stamped - Traits for logging changes MetaMapper-Records

2009-12-08 Thread Randinn
Very nice work, I don't deal with records but it looks very useful. On Dec 9, 1:33 pm, Franz Bettag fr...@bett.ag wrote: Hi guys, thanks to this great community i could finish a project today which i found worth to be made available public. The topic says it all, check it out

[Lift] Documentation for 1.1

2009-12-07 Thread Randinn
I am writing here to get a dialog going about the changes from 1.0 to 1.1. I mistakenly filed a ticket on the subject but was wondering if there could be some documentation done with all of the new/changed features in 1.1. Most of the time the changes and additions are mentioned here but there are

[Lift] Re: Documentation for 1.1

2009-12-07 Thread Randinn
Great! Thank you for the heads-up. On Dec 7, 9:55 pm, Timothy Perrett timo...@getintheloop.eu wrote: Randinn, This is already slated for 1.1/2.0 release... dont worry we are getting to it :-) Cheers, Tim On 7 Dec 2009, at 08:09, Randinn wrote: I am writing here to get a dialog going

[Lift] Re: Documentation for 1.1

2009-12-07 Thread Randinn
would help.http://suitmymind.com/blog/2009/01/22/this-week-in-edge-cappuccino/ On Dec 7, 5:55 am, Timothy Perrett timo...@getintheloop.eu wrote: Randinn, This is already slated for 1.1/2.0 release... dont worry we are getting to it :-) Cheers, Tim On 7 Dec 2009, at 08:09, Randinn

[Lift] Re: what changes would need to be made so LIFT can work with HTML5

2009-12-06 Thread Randinn
Here are a couple of places to look: http://wiki.github.com/dpp/liftweb/10-11-possible-code-changes http://groups.google.com/group/liftweb/browse_thread/thread/824f14038bedf425# On Dec 6, 6:54 pm, James Black planiturth...@gmail.com wrote: Thank you for your response. I am new to LIFT, and I

[Lift] NGiNX HTTP Push Module

2009-11-22 Thread Randinn
I found this and thought just in case someone here can use this I'd list it. http://pushmodule.slact.net/ -- You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to lift...@googlegroups.com. To unsubscribe from this group, send

[Lift] JavaFX

2009-11-20 Thread Randinn
I was wondering if anyone has had any success connecting JavaFX to Lift, I found this http://stronglytypedblog.blogspot.com/2009/10/scala-console-with-javafx-experimental.html but I'm wondering how hard it is to work with lift. -- You received this message because you are subscribed to the

[Lift] Re: JavaFX

2009-11-20 Thread Randinn
Hmm, that's too bad, I remember seeing you say something to that effect in a Sun forum but was hoping it might have been worked-around. On Nov 21, 5:45 am, Naftoli Gugenheim naftoli...@gmail.com wrote: If you mean JavaFX calling into Scala code I tried and it didn't seem to work. JavaFX

[Lift] Wiki One-to-Many

2009-11-15 Thread Randinn
I was wondering if anyone that read the Git wiki One-to-Many made the example could post it onto Github as i was unsuccessful. Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this

[Lift] Re: Wiki One-to-Many

2009-11-15 Thread Randinn
Ah, I thought that it would be less of a bother so people wouldn't have to deal with my trivial questions. Here it is import net.liftweb.util._ import net.liftweb.http._ import net.liftweb.mapper._ object Author extends Author with LongKeyedMetaMapper[Author] class Author extends

[Lift] Re: Wiki One-to-Many

2009-11-15 Thread Randinn
Thank you for your help. On Nov 16, 9:15 am, Naftoli Gugenheim naftoli...@gmail.com wrote: Copy-paste error. Your Book.sort is inside Book.name. - Randinnrand...@gmail.com wrote: Ah, I thought that it would be less of a bother so people wouldn't have

[Lift] Re: CometActor and render

2009-11-13 Thread Randinn
. On Thu, Nov 12, 2009 at 4:05 PM, Randinn rand...@gmail.com wrote: I'm not trying to change the subject but I was wondering if you looked at Databinder Dispatchhttp://databinder.net/dispatch/Aboutfor your url calls? On Nov 12, 3:26 pm, Jack Widman jack.wid...@gmail.com wrote: David, I

[Lift] Re: CometActor and render

2009-11-12 Thread Randinn
I'm not trying to change the subject but I was wondering if you looked at Databinder Dispatch http://databinder.net/dispatch/About for your url calls? On Nov 12, 3:26 pm, Jack Widman jack.wid...@gmail.com wrote: David, I have attached my code. It runs but does not behave as I intended it to.

[Lift] Re: Wizard at BASE

2009-11-10 Thread Randinn
Its sounds like your presentation went well, congrats. now we need to talk you into a Melbourne trip. :) On Nov 11, 5:15 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Nov 10, 2009 at 9:52 AM, Peter Robinett pe...@bubblefoundry.comwrote: Hi David, Thanks for

[Lift] My Sitemap Problem

2009-11-08 Thread Randinn
I made this sitemap but the User.sitemap is not showing up on the site, it looks like it should work but is not, can someone point out what I did wrong? val entries = Menu(Loc(Home, List(index), Home)):: Menu(Loc(Item, List(member, index) - false, Item), Menu(Loc(ItemList,

[Lift] Re: My Sitemap Problem

2009-11-08 Thread Randinn
I just realized that it should be: Menu(Loc(AuserList, List(auser, list), User List))) :: User.sitemap On Nov 9, 2:37 pm, Randinn rand...@gmail.com wrote: I made this sitemap but the User.sitemap is not showing up on the site, it looks like it should work but is not, can someone

[Lift] Re: Question about megaprotouser S.error

2009-11-03 Thread Randinn
designed ... Heiko 2009/11/3 Randinn rand...@gmail.com Nicely designed site, just to go a bit off-topic, very clean. On Nov 4, 4:33 am, Heiko Seeberger heiko.seeber...@googlemail.com wrote: 2009/11/3 DFectuoso santiago1...@gmail.com I would expect that any time the form

[Lift] Re: Question about megaprotouser S.error

2009-11-03 Thread Randinn
Nicely designed site, just to go a bit off-topic, very clean. On Nov 4, 4:33 am, Heiko Seeberger heiko.seeber...@googlemail.com wrote: 2009/11/3 DFectuoso santiago1...@gmail.com I would expect that any time the form fails to validate(try clicking submit without typing a password or a

[Lift] Re: Error mvn install on lift-actor

2009-11-02 Thread Randinn
I just had this occur as well with a basic archetype build, cleaned out the local maven repo and still the same problem. On Nov 2, 11:49 pm, Josh Suereth joshua.suer...@gmail.com wrote: huh, perhaps if I was in active development with you guys, I'd have a better idea... I know maven +

[Lift] Re: Unit Testing

2009-11-02 Thread Randinn
This may help... http://wiki.github.com/dpp/liftweb/how-to-unit-test-lift-snippets-with-a-logged-in-user On Nov 3, 4:13 pm, sunanda sunanda.pa...@gmail.com wrote: Hi, How to do unit testing in Lift Framework. Sunanda. --~--~-~--~~~---~--~~ You received this

[Lift] List of Users

2009-11-01 Thread Randinn
I'm trying to generate a list of users onto the screen but am unable to see the model here's me code so far package com.scalalist.project.snippet import com.scalalist.project.model.User import net.liftweb.util.BindHelpers._ import scala.xml._ class ListUser { def list(html: NodeSeq) :

[Lift] Re: List of Users

2009-11-01 Thread Randinn
Doh!, very sorry about that. On Nov 2, 11:14 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Sun, Nov 1, 2009 at 2:00 PM, Randinn rand...@gmail.com wrote: I'm trying to generate a list of users onto the screen but am unable to see the model here's me code so far package

[Lift] Re: A Critique On Lift

2009-10-24 Thread Randinn
Scala is not like, for example, BASIC, where you can look up FOR, IF/ THEN/ELSE. there's lots of individual and compound punctuation marks that are very difficult to search for online and in PDFs (try searching for !). This is where I am coming from, coding after a 16 or so year hiatus

[Lift] Re: A Critique On Lift

2009-10-24 Thread Randinn
This may not be it, but you can at least print out this list :) http://jim-mcbeath.blogspot.com/2008/12/scala-operator-cheat-sheet.html On Oct 24, 6:47 am, bob rbpas...@gmail.com wrote: I'll repeat: there are no operators in scala s/operators/methods-with-operator-like-names/ anywhere,

[Lift] Re: Proposal : Lift ticketing system

2009-10-24 Thread Randinn
Seems to be a good idea, Glen is working on one... http://github.com/glennSilverman/democritus his could be folded over and fleshed out... On Oct 25, 2:17 pm, Naftoli Gugenheim naftoli...@gmail.com wrote: How about we integrate the wiki, blog, forum, and issue tracker into the CMS? ;)

[Lift] Re: One minor exception to the no-RTFM rule

2009-10-22 Thread Randinn
Hehe, Yes, I've noticed quite a few of those, you might want to post that on the groups main page. On Oct 23, 3:33 am, David Pollak feeder.of.the.be...@gmail.com wrote: Folks, We've got a solid rule in Lift-land which is we don't respond with RTFM.  Why?  Because we want to encourage people

[Lift] Re: S.deleteCookie broken in M6

2009-10-22 Thread Randinn
And don't forget goatrodeo, wizard, oh and the CMS. Quite a plate you have there, Makes my working and trying to get my site working look like a pittance. On Oct 23, 3:27 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Oct 22, 2009 at 9:07 AM, harryh har...@gmail.com wrote:

[Lift] Re: Security Explained

2009-10-22 Thread Randinn
I've been pondering this for some time, could an actor be used as a cookie, if so would that render the stealing attack mote?    7. Lift uses the container's session management (usually JSESSIONID) for    session management.  As far as I know, Jetty, Tomcat, Glassfish are secure    in terms

[Lift] A Critique On Lift

2009-10-21 Thread Randinn
http://localhost3000.de/2009/10/a-quick-glance-at-lift/ The site above is a blog post from a Rails developer, he had some good and bad things to say about Lift and since I do not know enough to debate with him I thought I'd post it here. --~--~-~--~~~---~--~~ You

[Lift] Re: Wizard code in master

2009-10-16 Thread Randinn
That would be a great added feature, sorry for the late comment on the subject. Ah, full disclosure, I do not care for green... On Sep 12, 4:14 am, David Pollak feeder.of.the.be...@gmail.com wrote: The wizard stuff is in the lift-wizard package.  Right now, it's random thoughts that are

[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: Started integrating lift in a scala+spring project. Feedback?

2009-10-09 Thread Randinn
I'm sorry for the late question but have you looked at Scalaffinity? http://sourceforge.net/projects/scalaffinity/ It might give you an idea or two... On Oct 1, 8:14 pm, rintcius rintc...@gmail.com wrote: Hi, I have started integrating Lift in a Scala +Springexample project

[Lift] Re: Supporting Jetty 7 Continuations

2009-10-07 Thread Randinn
Looks like you need to open a ticket for that :P On Oct 8, 3:50 am, Timothy Perrett timo...@getintheloop.eu wrote: My point exactly! To that end, why dont we just add a small matching statement or switch   that allows using Jetty 7 - only the package structure has changed not   the

[Lift] Re: lift nearly inaccessible for newby

2009-10-06 Thread Randinn
Hello koveen, I'll tell you some of my experiences with Lift/Scala to give you some idea. I learned to code basic and some what they called then Machine Language on a Commodore Vic 20 and a 64 oh so long ago, I learned a bit of C then gave it up. I learned a bit of PHP since then but that's it.

[Lift] Re: lift nearly inaccessible for newby

2009-10-06 Thread Randinn
For the large part, I agree, the level of questions even I know is geingt a bit too much, and the amount of patience you all use answering them even though you know you just answered that a week ago is commendable. That said you commiters don't have time to waste answering those questions, that's

[Lift] Re: Can we deploy lift webapp on Google App Engine?

2009-09-29 Thread Randinn
Try http://github.com/ymnk/lift-gae-jdo for a example, personally I don't care for the limited approach GEA gives you, but that's me On Sep 30, 9:22 am, Sury surysha...@gmail.com wrote: Thanks a lot ;-) On 29 Sep 2009, at 06:54 PM, TylerWeir tyler.w...@gmail.com wrote: google for

[Lift] Re: Code Plugability in Lift

2009-09-26 Thread Randinn
You might want to take something for that, maybe some non-boiler-plate code might help... On Sep 26, 8:06 am, David Pollak feeder.of.the.be...@gmail.com wrote: I've been thinking about vomitting (I mean creating) bytecode at runtime that creates a mock class for Hibernate consumption.

[Lift] Re: CMS for Lift?

2009-09-18 Thread Randinn
Ah, nice, might I suggest contacting Glenn http://github.com/glennSilverman as he has a good start on it. On Sep 19, 2:38 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Sep 17, 2009 at 5:26 PM, Randinn rand...@gmail.com wrote: Is there a example of this as of yet

[Lift] Re: CMS for Lift?

2009-09-17 Thread Randinn
Is there a example of this as of yet? On Aug 20, 1:03 am, David Pollak feeder.of.the.be...@gmail.com wrote: FWIW... I got roped into hosting a CMS by the PTA of my kids' school.  I may knock something together in Lift or leverage off the work Glenn has done. On Tue, Aug 18, 2009 at 3:26 PM,

[Lift] Silly Question

2009-09-15 Thread Randinn
I was wondering if the plan is to move to record eventually why is there improvements being made to mapper? Are they only debugging changes? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this

[Lift] Re: Ajax example from the book

2009-09-14 Thread Randinn
Not at the moment but it does have a group http://groups.google.com/group/the-lift-book On Sep 15, 5:45 am, Jack Widman jack.wid...@gmail.com wrote: I was referring to that book. Is there another? :) Thanks for your help Daniel. On Mon, Sep 14, 2009 at 9:52 AM, Daniel Nelson

[Lift] Re: setting user-agent header with Databinder

2009-09-08 Thread Randinn
What was the answer now that you have attained it? On Sep 9, 3:02 am, Jack Widman jack.wid...@gmail.com wrote: You are right. I will fine tune my determine which is a good question to ask mechanism :) On Tue, Sep 8, 2009 at 12:54 PM, Timothy Perrett timo...@getintheloop.euwrote: IMHO,

[Lift] Re: CRUDify

2009-09-07 Thread Randinn
I'll ask the author. On Sep 2, 3:49 am, David Pollak feeder.of.the.be...@gmail.com wrote: Good stuff!  Care to add a wiki page http://wiki.github.com/dpp/liftwebthat points to these blog posts? On Tue, Sep 1, 2009 at 10:10 AM, Randinn rand...@gmail.com wrote: Here are a couple of good

[Lift] Re: May I know websites powered by Lift?

2009-09-03 Thread Randinn
http://groups.google.com/group/liftweb/browse_thread/thread/ed8f9e8e44f3c23f On Sep 4, 12:07 am, surfman chinasmile...@gmail.com wrote: I tried searching websites powered by Lift but failed. Any one knows any? I suggest that David should edit a page list all websites powered by Lift on

[Lift] CRUDify

2009-09-01 Thread Randinn
Here are a couple of good posts on seting up CRUDify, I thought initiates like myself might benefit. http://neuralmonkey.blogspot.com/search/label/lift --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift

[Lift] Re: TableEditor article

2009-08-31 Thread Randinn
Ah, I looked for tableeditor in the scaladocs but was unable to find it. On Aug 22, 6:05 am, Naftoli Gugenheim naftoli...@gmail.com wrote: I should have thought of that problem. I could make TableEditor more flexible when I have time, but the truth is that I don't know if it's worth it. The

[Lift] Re: New features

2009-08-25 Thread Randinn
Anyone have code showing this in action as it were? On Aug 6, 8:39 am, Naftoli Gugenheim naftoli...@gmail.com wrote: Oh, I think I know what the problem is. I think I should classify it as a bug. Since you're adding a Role that isn't saved yet, and ManyToMany tracks the children via the join

[Lift] Re: New features

2009-08-25 Thread Randinn
Great! Thank you both for you help. --~--~-~--~~~---~--~~ 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, send email to

[Lift] Re: This is the official support channel for Lift

2009-08-19 Thread Randinn
If you haven't already David, you, may want to state where to go for Lift help in your Twitter Bio. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send email to

[Lift] JPA Archetype error

2009-03-25 Thread Randinn
I fetched the JPA Archetype, maven installed it, cd'd to web, did a mvn jetty:run and got this error in firefox. So in got into Netbeans and did the same thing, I know I did something wrong, just what. XML Parsing Error: junk after document element Location: http://localhost:9090/ Line Number

[Lift] Absolute Beginner

2009-03-25 Thread Randinn
Are there any plans for some tutorials/info for people that have no programming experience (at least none in the last decade)? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Lift group. To post to this group, send

[Lift] Re: Absolute Beginner

2009-03-25 Thread Randinn
Further it's my understanding that the current crop of Scala books assume you already have a working knowledge of java. On Mar 26, 12:01 am, David Pollak feeder.of.the.be...@gmail.com wrote: On Tue, Mar 24, 2009 at 9:35 PM, Randinn rand...@gmail.com wrote: Are there any plans for some

[Lift] Re: Absolute Beginner

2009-03-25 Thread Randinn
, Randinn rand...@gmail.com wrote: Are there any plans for some tutorials/info for people that have no programming experience (at least none in the last decade)? Sorry.  Lift requires basic knowledge of Scala as well as some ability to do stuff at the command line. -- Lift, the simply

[Lift] Re: [ANN] Beginning Scala is available for pre-order

2009-01-27 Thread Randinn
Also is Apress planning on a preview pdf with the book order? --~--~-~--~~~---~--~~ 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: Any special requirements for using JavaScript output from GWT in Lift?

2008-11-09 Thread Randinn
Thank you for the prompt response, that answered my question quite handily. On Nov 10, 6:43 am, David Pollak [EMAIL PROTECTED] wrote: On Sun, Nov 9, 2008 at 11:30 AM, Randinn [EMAIL PROTECTED] wrote: I guess my question is how much javascript can lift use? As much as you can write or load