|
|
Hello,
my web flow works perfectly as long as I do not click on the browser reload button. Whenever I click on this particular button, JSP errors occur. The only solution I can think of is to put every object that is accessed in my JSP in the Flow Scope.
Putting objects in Flash scope should be enough, according to the javadocs the will survice reloads/refreshes. Objects residing in the Request scope will be gone after a refresh.
If Marten's suggestion doesn't help, could you post a bit more info on the errors you are seeing?
Erwin
Thanks again,
I'll give it a try. |
|