Project

General

Profile

« Previous | Next » 

Revision 49741

Added by Sofia Baltzi over 6 years ago

Add javascript code to keep input after redirect to the same jsp page

View differences:

RegisterServlet.java
74 74
//                } else {
75 75

  
76 76
                 if (!ldapActions.usernameExists(username) && !ldapActions.emailExists(email)) {
77

  
77 78
                     ldapActions.createUser(username, email, firstName, lastName, organization/*, password*/);
78 79
                     logger.info("User successfully created");
79 80

  

Also available in: Unified diff