git-svn-id: https://svn.coded.pt/svn/SIPRP@1800 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Frederico Palma 12 years ago
parent 2cda7bf585
commit 252d73313c

@ -27,6 +27,10 @@ import utils.Logos;
*/
public class AATMainPhaseListener implements PhaseListener
{
/**
*
*/
private static final long serialVersionUID = 1L;
private static final SimpleDateFormat DT_F = new SimpleDateFormat( "yyyy-MM-dd - HH:mm:ss.S", new Locale( "pt", "PT" ) );
@Override
@ -70,7 +74,7 @@ public class AATMainPhaseListener implements PhaseListener
{
try
{
JSFUtils.redirect( fc.getCurrentInstance(), "faces/Login.jsp" );
JSFUtils.redirect( FacesContext.getCurrentInstance(), "faces/Login.jsp" );
}
catch ( Exception e )
{

Loading…
Cancel
Save