Pessoal,
Estou tentando rodar esse código
[code]<%@page contentType=“text/html” pageEncoding=“UTF-8”%>
<%@ taglib prefix=“my” tagdir="/WEB-INF/tags" %>
<%@ taglib prefix=“h” uri=“http://java.sun.com/jsf/html” %>
<%@ taglib prefix=“f” uri=“http://java.sun.com/jsf/core” %>
[/code]
Mas está gerando esse erro:[code]
HTTP Status 500 - Internal Server Error
type Exception report messageInternal Server Error descriptionThe server encountered an internal error that prevented it from fulfilling this request. exception org.apache.jasper.JasperException: java.lang.NullPointerException root cause java.lang.NullPointerException note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 4.0 logs. Não consegui localizar a origem do erro, ser que alguém poderia me informar como resolver? Obrigado. |