Dev_Log
[JSP] Illegal modifier for the variable; only final is permitted.
LeeDaniel
2021. 2. 10. 10:06
Illegal modifier for the variable; only final is permitted.
✔ Solution
<% %>를 <%! %>로 수정하여 해결
<%! %>와 <% %> 차이점
<%! %>
서블릿으로 변환되는 클래스에서 전역변수로 사용
<% %>
서블릿으로 변환되는 클래스에서 지역변수로 사용
728x90
반응형