*.properties 파일에서 해결되지 않은 프로퍼티를 보고합니다.
JSP 파일 예:
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<%@ taglib uri="/tags/fmt" prefix="fmt" %>
<fmt:message bundle="bundle.properties" key="unknown.property"/> // 오류: 참조 파일 내에 해당 프로퍼티가 없습니다