This is my Jsp:
<%if(null != request.getAttribute(ControllerBase.MSG_NOUSER)){%>
<%ControllerBase.MSG_NOUSER.toString()%>
<%}%>
MSG_NOUSER is a public string constant. I have "Syntax error on token ")", delete this token" on the second closing tag: <%ControllerBase.MSG_NOUSER.toString()%>. Why?