requesat object in a scriptlet Permanently deleted user Created August 26, 2011 09:59 I put a request object in a scriptlet and IntelliJ can't find its methods. I put that same scriptlect in a jsp created by eclipse and no problems.Any ideas
Please make sure that your module has HttpServletRequest class in dependencies.
E.g. javaee.jar or j2ee.jar or anything like is added.
Alexander.
Sorry this reply took so long thanks for the help. I got
comfortable with the ide configuring things.