There’s a subtle difference between flash
and flash.now
. The flash
variable is designed to be used before a redirect, and it persists on the resulting page for one request—that is, it appears once, and disappears when you click on another link. Unfortunately, this means that if we don’t redirect, and instead simply render a page (as in Listing 9.8), the flash message persists for two requests: it appears on the rendered page but is still waiting for a “redirect” (i.e., a second request), and thus appears again if you click a link.
To avoid this weird behavior, when render
ing rather than redirect
ing we use flash.now
instead of flash
. The flash.now
object is specifically designed for displaying flash messages on rendered pages. If you ever find yourself wondering why a flash message is showing up where you don’t expect it, chances are good that you need to replace flash
withflash.now
.
发表评论
-
12.3.3 scaling issue of the status feed
2011-10-30 17:54 851the problem of the implementati ... -
12.3 the status feed
2011-10-30 15:34 8821. we need to get all the micro ... -
12.2 a working follow button with Ajax
2011-10-29 18:10 9291. in the last chapter, in the ... -
12.2 a web interface for following and followers.
2011-10-28 22:14 9021.before we do the UI, we need ... -
12. following user, 12.1 relationship model
2011-10-18 14:29 7801. we need to use a relationshi ... -
11.3 manipulating microposts.
2011-10-17 15:31 9211. since all micropost actions ... -
11.2 show microposts.
2011-10-17 12:01 7271. add test to test the new use ... -
11.1 user micropost -- a micropost model.
2011-10-17 10:43 11331. we will first generate a mic ... -
10.4 destroying users.
2011-10-16 15:47 771in this chapter, we will add de ... -
10.3 showing users list
2011-10-15 20:41 791in this chapter, we will do use ... -
10.2 protect pages.
2011-10-15 15:11 688again, we will start from TD ... -
10.1 updating users.
2011-10-14 18:30 7301. git checkout -b updating-use ... -
9.4 sign out
2011-10-13 15:21 753whew!!!, last chapter is a long ... -
9.3 sign in success.
2011-10-12 15:39 7781. we will first finish the cre ... -
9.2 sign in failure
2011-10-12 12:19 679start from TDD!!! 1. requir ... -
9.1 sessions
2011-10-12 10:00 660a session is a semi-permanent c ... -
what test framework should you use?
2011-10-11 16:56 0for integration test, i have no ... -
what test framework should you use?
2011-10-11 16:56 0<p>for integration test, ... -
8.4 rspec integration tests
2011-10-11 16:53 746in integration test, you can te ... -
8.3 sign up success
2011-10-11 14:39 804Chapter 8.3 this part, we will ...
相关推荐
Text Vs. Data Instead Of Unicode Vs. 8-bit Overview Of Syntax Changes New Syntax Changed Syntax Removed Syntax Changes Already Present In Python 2.6 Library Changes PEP 3101: A New Approach To ...
Clever Internet Suite version 9.1 These Internet components give you everything you need to jumpstart your Internet development without any external dependencies. The suite of Internet Components ...
1.1.5 Where to Now?.............................................8 2. Building the Core Game Framework 9 2.1 Controllers and Managers............................................11 2.1.1 Controllers.......
9.1. A Word About Names and Objects 91 9.2. Python Scopes and Namespaces 91 9.2.1. Scopes and Namespaces Example 94 9.3. A First Look at Classes 95 9.3.1. Class Definition Syntax 95 9.3.2. Class ...
Version 1.0.4 - Fixed: about screen + small issue (nk.exe error msg) for htc touch pro users Version 1.0.3 - Added: all registry settings is now in the archive/installation file (cab) + new icon for ...