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 liftweb@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to