当用户登录或注销时,我会添加一个面孔上下文消息。例如
facesContext.addMessage(null, new FacesMessage("Loged out"));
但是,这些消息会出现两次。无论是注销还是登录。
<rich:notifyStack id="loginInfoStack" position="bottomRight"
direction="vertical" method="first">
<rich:notifyMessages stayTime="5000" nonblocking="false"
showCloseButton="false" showShadow="false" />
</rich:notifyStack>
有几秒钟我以为我会调用登录两次,但事实并非如此。(我调试过。)
我正在使用射频 4.3.3。
有什么提示吗?