Index: src/java/org/apache/jetspeed/modules/actions/UpdateAccount.java =================================================================== RCS file: /home/cvspublic/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/UpdateAccount.java,v retrieving revision 1.22 diff -u -b -r1.22 UpdateAccount.java --- src/java/org/apache/jetspeed/modules/actions/UpdateAccount.java 23 Feb 2004 02:59:06 -0000 1.22 +++ src/java/org/apache/jetspeed/modules/actions/UpdateAccount.java 8 May 2004 22:44:25 -0000 @@ -77,7 +77,7 @@ // check to see if the Cancel button was pressed. // if so, return to the screen we were previously on // defined by nextscreen in the EditAccount screen - if ( cancelBtn.equalsIgnoreCase( "Cancel" ) ) + if ( ! cancelBtn.equalsIgnoreCase( "" ) ) { return; }