01-31-2008 09:56 AM
public String next()
      {     
         FacesContext context = FacesContext.getCurrentInstance();
         // Verification que tout est saisi
         if (this.firstName.equals("") || this.lastName.equals("") || this.email.equals("") || this.login.equals("") || this.password.equals("") || this.confirmPassword.equals("")) {
            Exception ex = new Exception("Tous les champs sont obligatoires. Veuillez les renseigner.");
            Utils.addErrorMessage(formatErrorMessage(ex), ex);
            return null;
         } 
					
				
		
02-04-2008 04:56 PM
Application.getWizardManager().getState().setCurrentStep(Application.getWizardManager().getState().getCurrentStep()-1);02-05-2008 02:37 AM
 
					
				
				
			
		
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.