page1.jsf가 있습니다.이 페이지에는 ELFlash에 객체를 놓고 리디렉션하는 commandButton이 있습니다. page2.jsf. 이 페이지에서는 ELFlash로 개체를 복구합니다. 모든 것이 잘 작동합니다. 사용자가 page2.jsf에 남아있는 동안 그러나, 모든 아약스 요청, 바람둥이는이 경고 메시지를 보여줍니다JSF로부터 경고 받기 : 플래시의 발신 쿠키를 설정하려고 할 때까지 이미 응답이 완료되었습니다.
20/07/2013 09:43:37 com.sun.faces.context.flash.ELFlash setCookie
WARNING: JSF1095: The response was already committed by the time we tried to set the outgoing cookie for the flash. Any values stored to the flash will not be available on the next request.
정말 무엇을 의미 하는가?
실제로 이것은 Mojarra에서 Flash가 여전히 고장 났음을 의미합니다. 어떤 Mojarra 버전을 사용하고 있습니까? – BalusC
[this] (http://stackoverflow.com/questions/17668986/exception-about-flash-with-jsf-2-2-1)와 관련이 있습니까? –
[JSF-2896] (https://java.net/jira/browse/JAVASERVERFACES-2896) 일 수 있습니다. 필자는 여전히 Mojarra-2.2.5에서 Post-Redirect-Get 및 Omnifaces의'addFlash()'를 복잡한 페이지에서 사용하고 있습니다. – mabi