JspException « JSP « JSF Q&A





2. javax.servlet.jsp.JspException: Not nested in a tag of proper type.    coderanch.com

Hi Eduardo, I pasted the example on the source page, but I think you're right, so that I put the line within the body tag Moreover I put the firt trhee line with the same order for both the jsp pages over that is <%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@taglib uri="http://java.sun.com/jsf/html" prefix="h"%> <%@taglib uri="http://java.sun.com/jsf/core" prefix="f"%> Now the ...