requesat object in a scriptlet

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

0

Please make sure that your module has HttpServletRequest class in dependencies.

E.g. javaee.jar or j2ee.jar or anything like is added.

Alexander.

0
Avatar
Permanently deleted user

Sorry this reply took so long thanks for the help. I got
comfortable with the ide configuring things.

0

请先登录再写评论。