Guest User

Untitled

a guest
Jun 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. An error occurred at line: 7 in the jsp file: /log_action.jsp
  2. pass cannot be resolved
  3. 4: <%
  4. 5: atad.Connect(url, userid, passDB);
  5. 6:
  6. 7: if(log_pass.equals(pass) && log_user.equals(user) && !"".equals())
  7. 8: {
  8. 9: response.sendRedirect("mainex.jsp");
  9. 10: }
  10.  
  11.  
  12. An error occurred at line: 7 in the jsp file: /log_action.jsp
  13. user cannot be resolved
  14. 4: <%
  15. 5: atad.Connect(url, userid, passDB);
  16. 6:
  17. 7: if(log_pass.equals(pass) && log_user.equals(user) && !"".equals())
  18. 8: {
  19. 9: response.sendRedirect("mainex.jsp");
  20. 10: }
  21.  
  22.  
  23. An error occurred at line: 7 in the jsp file: /log_action.jsp
  24. The method equals(Object) in the type String is not applicable for the arguments ()
  25. 4: <%
  26. 5: atad.Connect(url, userid, passDB);
  27. 6:
  28. 7: if(log_pass.equals(pass) && log_user.equals(user) && !"".equals())
  29. 8: {
  30. 9: response.sendRedirect("mainex.jsp");
  31. 10: }
Add Comment
Please, Sign In to add comment