Subject: | Error in Chapter 5: Authentication, "USING THE SESSION FOR FLASH" section |
In the "USING THE SESSION FOR FLASH" section, after the code block for
changing 'root/src/wrapper.tt2' it says:
"Although the sample above only shows the content div, leave the rest of
the file intact -- the only change we made to the wrapper.tt2 was to add
"|| c.request.params.status_msg" to the <span class="message"> line."
Should be:
"...the only change we made to the wrapper.tt2 was to replace "||
c.request.params.status_msg" with "c.flash.status_msg" in the <span
class="message"> line."