The IdPK paragraph explains trait behaviour in Scala but doesn't say what does this trait mean. One can suspect it flags the class to have primary key but it is not obvious.
lift:Util.out I think the name is too generic. I know it is a tutorial but it may be seen as kind of small "code smell". How about sticking to the meaning? TodoApp:whenLogged .. or sth like this? "Lift will convert underscore separated names to CamelCase names when it looks up classes". Some small example maybe also useful. This paragraph contains lot of rules which could be expressed better as a list .. maybe with a title: Things to remember when binding tags to classes. Regards, Mateusz On Sat, Dec 6, 2008 at 3:42 AM, Kris Nuttycombe <[EMAIL PROTECTED]>wrote: > Also, for consistency: > > <table> > <lift:show.users> > <tr> > <td><f:first_name>David</f:first_name></td> > <td><f:last_name>Pollak</f:last_name></td> > </tr> > </lift:show.users> > </table> > > => > > <table> > <lift:Show.users> > <tr> > <td><f:first_name>David</f:first_name></td> > <td><f:last_name>Pollak</f:last_name></td> > </tr> > </lift:Show.users> > </table> > > > On Fri, Dec 5, 2008 at 7:36 PM, Kris Nuttycombe <[EMAIL PROTECTED] > > wrote: > >> Very nice! On the minor typo front: >> >> <lift:Util.out> >> Please Log In <b>Dude</b> >> </lift:Uitl.out> >> >> Should be >> >> <lift:Util.out> >> Please Log In <b>Dude</b> >> </lift:Util.out> >> >> Kris >> >> >> On Fri, Dec 5, 2008 at 7:18 PM, TylerWeir <[EMAIL PROTECTED]> wrote: >> >>> >>> Looks good Dave, good clear explanations. >>> >>> 2 suggestions: >>> 1. >>> 1.13 Display and Editting to do items --> >>> 1.13 Display and Editing to do items >>> >>> 2. >>> You may want to toss in a few screenshots of the app. >>> >>> Ty >>> >>> On Dec 5, 8:09 pm, "David Pollak" <[EMAIL PROTECTED]> >>> wrote: >>> > Folks, >>> > >>> > I've got a first draft of the first Lift tutorial: a ToDo application. >>> > >>> > The application demonstrates creating a new Lift project, creating a >>> model, >>> > linking the view to logic, adding validation and form input to the >>> model, >>> > creating forms, and doing Ajax calls. >>> > >>> > I'm enclosing the PDF of the tutorial along with the resulting >>> application. >>> > >>> > Please let me know if you've got feedback on it. >>> > >>> > Thanks, >>> > >>> > David >>> > >>> > -- >>> > Lift, the simply functional web frameworkhttp://liftweb.net >>> > Collaborative Task Managementhttp://much4.us >>> > Follow me:http://twitter.com/dpp >>> > Git some:http://github.com/dpp >>> > >>> > todo_steps.pdf >>> > 206KViewDownload >>> > >>> > todo.tgz >>> > 9KViewDownload >>> >>> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
