[Lift] Re: [lift] presentation only equivalent of toForm
thats fine for individual fields of a mapper, dates etc., but not for a object with mapped fields. This is what I get for my 'deal' object: Deal={ Name=Big Deal bank=1 Issue Type=Manufacturing Deal Type=MTN Currency=EUR Size/Coupon=1 Term=1 Rating=BBB created=15/02/10 creator=4 } to generate a read-only view I need to do this: deal.formFields.map(f = trtd{f.displayName}/tdtd{f.asHtml}/td/tr) It seems unbalanced that you can generate a form for editing purposes but not a view - unless I'm mistaken about that. Naftoli Gugenheim wrote: asHtml? 2010/2/14 Channing Walton channingwal...@mac.com Hi, I am using toForm to create forms for crud operations on my mappers, but I cannot see an equivalent method for presentation purposes. That is, no form elements, just text presented in the same tabular format as the form. Is there one ? Channing -- View this message in context: http://old.nabble.com/presentation-only-equivalent-of-toForm-tp27586473p27586473.html Sent from the liftweb mailing list archive at Nabble.com. -- 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 liftweb+unsubscr...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- 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 liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en. -- View this message in context: http://old.nabble.com/presentation-only-equivalent-of-toForm-tp27586473p27605101.html Sent from the liftweb mailing list archive at Nabble.com. -- 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 liftweb+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
[Lift] Re: lift presentation
Just want to report back, I gave the lift presentation to my local java user group. It went well. The comet-chat demo was a crowd pleaser. I want to especially thank Marius and David for letting me use their material. Fun times. Thanks, Mac --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: lift presentation
On Thu, Jun 25, 2009 at 5:24 AM, Jeremy Day jeremy@gmail.com wrote: Guys, I just want to say that I haven't started using Lift yet but I already love it. This community is very supportive and responsive. Keep up the awesome work! Grin! This is the kind of message (and thread) that makes coming home from vacation a very good thing! My most recent Lift/Scala preso is the dpp_osb.odp file in http://github.com/dpp/lift-samples/tree/61c376dc9f0d99113229894d4a5b8b4de0041470/presentations/2009_dpp_qcon_tss Also, please see http://liftweb.blip.tv Basically, the preso is building the chat app in 40 lines of code in front of people, then discussing the Scala language features that make it possible. Jeremy On Thu, Jun 25, 2009 at 7:21 AM, Wilson MacGyver wmacgy...@gmail.comwrote: heheh, no problem. I did the one on Scala back in Feb. :) On Thu, Jun 25, 2009 at 7:31 AM, Francois Armandfan...@gmail.com wrote: I did a presentation some weeks ago, the slides are under a creative common licence, so use them if you want ! http://fanf42.blogspot.com/2009/06/tour-of-scala-ossgtp-paris-oss-user.html OK, just ignore this message, it was a *Scala* presentation, not a *Lift* one - sorry, I read your post too quickly - and no, the fact that we were in Lift ml didn't make me find that strange :) -- -- Francois Armand http://fanf42.blogspot.com/ -- Omnem crede diem tibi diluxisse supremum. -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: lift presentation
Thank you for the links. I'll be borrowing those too. :) And thanks forthe lift. :) (ducking from incoming tomatoes) On Mon, Jun 29, 2009 at 12:31 PM, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Jun 25, 2009 at 5:24 AM, Jeremy Day jeremy@gmail.com wrote: Guys, I just want to say that I haven't started using Lift yet but I already love it. This community is very supportive and responsive. Keep up the awesome work! Grin! This is the kind of message (and thread) that makes coming home from vacation a very good thing! My most recent Lift/Scala preso is the dpp_osb.odp file in http://github.com/dpp/lift-samples/tree/61c376dc9f0d99113229894d4a5b8b4de0041470/presentations/2009_dpp_qcon_tss Also, please see http://liftweb.blip.tv Basically, the preso is building the chat app in 40 lines of code in front of people, then discussing the Scala language features that make it possible. Jeremy On Thu, Jun 25, 2009 at 7:21 AM, Wilson MacGyver wmacgy...@gmail.comwrote: heheh, no problem. I did the one on Scala back in Feb. :) On Thu, Jun 25, 2009 at 7:31 AM, Francois Armandfan...@gmail.com wrote: I did a presentation some weeks ago, the slides are under a creative common licence, so use them if you want ! http://fanf42.blogspot.com/2009/06/tour-of-scala-ossgtp-paris-oss-user.html OK, just ignore this message, it was a *Scala* presentation, not a *Lift* one - sorry, I read your post too quickly - and no, the fact that we were in Lift ml didn't make me find that strange :) -- -- Francois Armand http://fanf42.blogspot.com/ -- Omnem crede diem tibi diluxisse supremum. -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Git some: http://github.com/dpp -- Omnem crede diem tibi diluxisse supremum. --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: lift presentation
I had it last Thursday ... it was a ~ 40 Java people ...very few (colleagues of mine) that heard and try Scala Lift ... I think it went ok cause I got plenty of questions + some Java jokes about Scala's syntax and principles but I expected that. I guess most of the functional concept are hard to grasp by an imperative mind ... at least not in 2 hours presentation :D Br's, Marius On Jun 29, 7:35 pm, Wilson MacGyver wmacgy...@gmail.com wrote: Thank you for the links. I'll be borrowing those too. :) And thanks forthe lift. :) (ducking from incoming tomatoes) On Mon, Jun 29, 2009 at 12:31 PM, David Pollak feeder.of.the.be...@gmail.com wrote: On Thu, Jun 25, 2009 at 5:24 AM, Jeremy Day jeremy@gmail.com wrote: Guys, I just want to say that I haven't started using Lift yet but I already love it. This community is very supportive and responsive. Keep up the awesome work! Grin! This is the kind of message (and thread) that makes coming home from vacation a very good thing! My most recent Lift/Scala preso is the dpp_osb.odp file in http://github.com/dpp/lift-samples/tree/61c376dc9f0d99113229894d4a5b8... Also, please seehttp://liftweb.blip.tv Basically, the preso is building the chat app in 40 lines of code in front of people, then discussing the Scala language features that make it possible. Jeremy On Thu, Jun 25, 2009 at 7:21 AM, Wilson MacGyver wmacgy...@gmail.comwrote: heheh, no problem. I did the one on Scala back in Feb. :) On Thu, Jun 25, 2009 at 7:31 AM, Francois Armandfan...@gmail.com wrote: I did a presentation some weeks ago, the slides are under a creative common licence, so use them if you want ! http://fanf42.blogspot.com/2009/06/tour-of-scala-ossgtp-paris-oss-use... OK, just ignore this message, it was a *Scala* presentation, not a *Lift* one - sorry, I read your post too quickly - and no, the fact that we were in Lift ml didn't make me find that strange :) -- -- Francois Armand http://fanf42.blogspot.com/ -- Omnem crede diem tibi diluxisse supremum. -- Lift, the simply functional web frameworkhttp://liftweb.net Beginning Scalahttp://www.apress.com/book/view/1430219890 Follow me:http://twitter.com/dpp Git some:http://github.com/dpp -- Omnem crede diem tibi diluxisse supremum. --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: lift presentation
I'm giving today a presentation for Transylvania JUG ... I'll email you my material. Br's, Marius On Jun 25, 8:04 am, Wilson MacGyver wmacgy...@gmail.com wrote: Hi, I'm doing a presentation on lift to my local java user group next month. I'm wondering if any of you have slides on lift that I can borrow/leverage? :) Thanks, Mac -- Omnem crede diem tibi diluxisse supremum. --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: lift presentation
You can find all of DPP's preso's here: http://is.gd/1cUi0 Cheers, Tim --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: lift presentation
Wilson MacGyver a écrit : Hi, I'm doing a presentation on lift to my local java user group next month. I'm wondering if any of you have slides on lift that I can borrow/leverage? :) I did a presentation some weeks ago, the slides are under a creative common licence, so use them if you want ! http://fanf42.blogspot.com/2009/06/tour-of-scala-ossgtp-paris-oss-user.html -- Francois Armand http://fanf42.blogspot.com --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: lift presentation
I did a presentation some weeks ago, the slides are under a creative common licence, so use them if you want ! http://fanf42.blogspot.com/2009/06/tour-of-scala-ossgtp-paris-oss-user.html OK, just ignore this message, it was a *Scala* presentation, not a *Lift* one - sorry, I read your post too quickly - and no, the fact that we were in Lift ml didn't make me find that strange :) -- -- Francois Armand http://fanf42.blogspot.com/ --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: lift presentation
Thank you very much! On Thu, Jun 25, 2009 at 2:16 AM, marius d. marius.dan...@gmail.com wrote: I'm giving today a presentation for Transylvania JUG ... I'll email you my material. Br's, Marius On Jun 25, 8:04 am, Wilson MacGyver wmacgy...@gmail.com wrote: Hi, I'm doing a presentation on lift to my local java user group next month. I'm wondering if any of you have slides on lift that I can borrow/leverage? :) Thanks, Mac -- Omnem crede diem tibi diluxisse supremum. -- Omnem crede diem tibi diluxisse supremum. --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: lift presentation
heheh, no problem. I did the one on Scala back in Feb. :) On Thu, Jun 25, 2009 at 7:31 AM, Francois Armandfan...@gmail.com wrote: I did a presentation some weeks ago, the slides are under a creative common licence, so use them if you want ! http://fanf42.blogspot.com/2009/06/tour-of-scala-ossgtp-paris-oss-user.html OK, just ignore this message, it was a *Scala* presentation, not a *Lift* one - sorry, I read your post too quickly - and no, the fact that we were in Lift ml didn't make me find that strange :) -- -- Francois Armand http://fanf42.blogspot.com/ -- Omnem crede diem tibi diluxisse supremum. --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: lift presentation
Guys, I just want to say that I haven't started using Lift yet but I already love it. This community is very supportive and responsive. Keep up the awesome work! Jeremy On Thu, Jun 25, 2009 at 7:21 AM, Wilson MacGyver wmacgy...@gmail.comwrote: heheh, no problem. I did the one on Scala back in Feb. :) On Thu, Jun 25, 2009 at 7:31 AM, Francois Armandfan...@gmail.com wrote: I did a presentation some weeks ago, the slides are under a creative common licence, so use them if you want ! http://fanf42.blogspot.com/2009/06/tour-of-scala-ossgtp-paris-oss-user.html OK, just ignore this message, it was a *Scala* presentation, not a *Lift* one - sorry, I read your post too quickly - and no, the fact that we were in Lift ml didn't make me find that strange :) -- -- Francois Armand http://fanf42.blogspot.com/ -- Omnem crede diem tibi diluxisse supremum. --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: Lift presentation at conferences this fall
Greetings Bjarte, Since I'm based in Sweden I just might consider giving it a try. I'll think about it and get back to you here on the list. Cheers, Viktor On Thu, Feb 19, 2009 at 8:46 PM, Bjarte S. Karlsen bjarte.stien.karl...@gmail.com wrote: Hello lifted, Have anybody concidered creating a presentation and touring the conferences this fall? I live in Norway and here we have the javaZone conference. The CfP for javaZone 2009 is out. If anybody wants to submit anything look here http://www.java.no/javazone/2009/ I have concidered creating a presentation myself but I am not sure if I am confortable enough with lift to hold a presentation about it. PS! the submitit application is written in scala/wicket -- Bjarte Stien Karlsen Ronatoppen 6a, 4638 Kristiansand 95219547 MSN: m...@ibjarte.com -- Viktor Klang Senior Systems Analyst --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---
[Lift] Re: Lift presentation at conferences this fall
That would be awesome Viktor. If it makes it easier for you I could volunteeer to be a co-presenter. mvh Bjarte On Thu, Feb 19, 2009 at 9:13 PM, Viktor Klang viktor.kl...@gmail.comwrote: Greetings Bjarte, Since I'm based in Sweden I just might consider giving it a try. I'll think about it and get back to you here on the list. Cheers, Viktor On Thu, Feb 19, 2009 at 8:46 PM, Bjarte S. Karlsen bjarte.stien.karl...@gmail.com wrote: Hello lifted, Have anybody concidered creating a presentation and touring the conferences this fall? I live in Norway and here we have the javaZone conference. The CfP for javaZone 2009 is out. If anybody wants to submit anything look here http://www.java.no/javazone/2009/ I have concidered creating a presentation myself but I am not sure if I am confortable enough with lift to hold a presentation about it. PS! the submitit application is written in scala/wicket -- Bjarte Stien Karlsen Ronatoppen 6a, 4638 Kristiansand 95219547 MSN: m...@ibjarte.com -- Viktor Klang Senior Systems Analyst -- Bjarte Stien Karlsen Ronatoppen 6a, 4638 Kristiansand 95219547 MSN: m...@ibjarte.com --~--~-~--~~~---~--~~ 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 liftweb+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~--~~~~--~~--~--~---