jac_usai

Untitled

Jun 13th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. String username = request.getParameter("username");
  2. String password = request.getParameter("password");
  3.  
  4. if(username != null && password != null){
  5.     // utilizzo dei valori
  6.     this.login(username, password);
  7. }
Advertisement
Add Comment
Please, Sign In to add comment