Change 20090109-lou-u by [email protected] on 2009-01-09 07:15:58 AST
in /Users/lou/src/svn/openlaszlo/trunk
for http://svn.openlaszlo.org/openlaszlo/trunk
Summary: dguide, Chapter 40. Building Data-Driven Applications, fix
code listing in section 7.2
Bugs Fixed: LPP-7564
Technical Reviewer: andre
QA Reviewer: (pending)
Doc Reviewer: (pending)
Details: change
<edittext name="lastname" datapath="@lastName" x="80" y="35"/>
to:
<edittext name="lastName" datapath="@lastName" x="80" y="35"/>
Also, for consistency, change lastname to lastName in the examples
preceding
this one.
Tests: visual verify; test live code examples
Files:
M docs/src/developers/data_app.dbk
M docs/src/developers/programs/data_app-$8.lzx
M docs/src/developers/programs/data_app-$5.lzx
M docs/src/developers/programs/data_app-$9.lzx
Changeset: http://svn.openlaszlo.org/openlaszlo/patches/20090109-lou-u.tar