//~ Methods ----------------------------------------------------------------
ActionErrors errors = new ActionErrors( );
checkNotEmpty( _account.getUserId( ), "userId_required", errors );
checkNotEmpty( _account.getPassword( ), "password_required", errors );
return errors;