How Catch WELD-001303 Faces Flow

匆匆过客 提交于 2019-12-13 15:44:58

问题


I'm studying the flow faces and implemented something similar as described in http://en.kodcu.com/2013/08/jsf-2-2-use-faces-flow/ have difficulty after leaving the flow if I use the browser back button and click on a button the previous page I get the exception WELD-001303 No active contexts for scope type javax.faces.flow.FlowScoped. Does this happen because the flow has already been destroyed?

Is there any possibility of treating this error? Or should I simply redirect to a page when trying to access a view that is no longer an associated flow?

来源:https://stackoverflow.com/questions/22122969/how-catch-weld-001303-faces-flow

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!