Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GRAILS-24: Support the concept of Flash scope #2263

Closed
graemerocher opened this issue Jan 31, 2006 · 2 comments
Closed

GRAILS-24: Support the concept of Flash scope #2263

graemerocher opened this issue Jan 31, 2006 · 2 comments
Assignees
Milestone

Comments

@graemerocher
Copy link
Member

Original Reporter: graemerocher
Environment: Not Specified
Version: 0.1
Migrated From: http://jira.grails.org/browse/GRAILS-24

Rails supports the concept of flash scope, which retains request attributes for the next request and the next request only and then automatically clears them out…

This is highly useful when doing things like redirection and chaining taking the burden of managing the session off the programmer. We need a similar mechanism in Grails

@graemerocher
Copy link
Member Author

graemerocher said:
Grails now support flash scope through the “flash” variable in controllers, taglibs and views

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@graemerocher and others