R cannot be resolved to a variable

preview_player
Показать описание
Error when import project
Рекомендации по теме
Комментарии
Автор

Hello Duy, can you help me here on this error "titlePage cannot be resolved to a variable"

In header.jsp page:

<c:set var="contextPath" />
<html>
<head>
<title><%= titlePage %></title>


On the index.jsp page:
<c:set var="contextPath" />
<html>
<head>
<%! private String titlePage = "Dashboard"; %>

<%@ include file = "includes/header.jsp" %>

NiltonOliv