我在页面中使用它:
<f:event type="preRenderView" listener="#{bean.logoutIfNotAuthenticated}"/>
有用。但是,侦听器是在调用动作之后调用的(例如,通过单击命令按钮)。
是否有首先调用的系统事件?
我已经尝试使用“preValidate”,但如果表单没有验证要求,这将不起作用。
我在页面中使用它:
<f:event type="preRenderView" listener="#{bean.logoutIfNotAuthenticated}"/>
有用。但是,侦听器是在调用动作之后调用的(例如,通过单击命令按钮)。
是否有首先调用的系统事件?
我已经尝试使用“preValidate”,但如果表单没有验证要求,这将不起作用。