[jboss-cvs] jboss-seam/examples/seamspace/src/org/jboss/seam/example/seamspace ...
Gavin King
gavin.king at jboss.com
Tue Jan 30 18:56:06 EST 2007
User: gavin
Date: 07/01/30 18:56:06
Modified: examples/seamspace/src/org/jboss/seam/example/seamspace
Authenticator.java
Log:
faces message belongs in Identity
Revision Changes Path
1.8 +0 -1 jboss-seam/examples/seamspace/src/org/jboss/seam/example/seamspace/Authenticator.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: Authenticator.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/src/org/jboss/seam/example/seamspace/Authenticator.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- Authenticator.java 30 Jan 2007 23:50:20 -0000 1.7
+++ Authenticator.java 30 Jan 2007 23:56:06 -0000 1.8
@@ -48,7 +48,6 @@
}
catch (NoResultException ex)
{
- FacesMessages.instance().add("Invalid username/password");
return false;
}
}
More information about the jboss-cvs-commits
mailing list